29baf2b6c9
2.2 and the new support for antialiased fonts (using Xft) and UTF-8. I take maintainership of OpenMotif with this update. ok simon@, kurt@, jasper@
13 lines
465 B
Plaintext
13 lines
465 B
Plaintext
--- config/Imakefile.orig Sat Jun 30 10:06:11 2007
|
|
+++ config/Imakefile Sat Jun 30 10:07:04 2007
|
|
@@ -5,7 +5,8 @@ XCOMM $XConsortium: Imakefile /main/6 1996/09/28 16:04
|
|
#undef BootstrapCleanSubdirs
|
|
#define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"
|
|
|
|
-BOOTSTRAPSUBDIRS = imake makedepend
|
|
+/* we don't need to build imake and makedepend */
|
|
+/* BOOTSTRAPSUBDIRS = imake makedepend */
|
|
SUBDIRS = $(BOOTSTRAPSUBDIRS) util
|
|
|
|
MakeSubdirs($(SUBDIRS))
|