13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
|
--- config/Imakefile.orig Fri Apr 28 08:04:08 2000
|
||
|
+++ config/Imakefile Mon Nov 20 20:45:12 2000
|
||
|
@@ -5,7 +5,8 @@
|
||
|
#undef BootstrapCleanSubdirs
|
||
|
#define BootstrapCleanSubdirs BOOTSTRAPSUBDIRS="$(BOOTSTRAPSUBDIRS)"
|
||
|
|
||
|
-BOOTSTRAPSUBDIRS = imake makedepend
|
||
|
+/* we don't need to build imake and makedepend */
|
||
|
+/* BOOTSTRAPSUBDIRS = imake makedepend */
|
||
|
SUBDIRS = cf $(BOOTSTRAPSUBDIRS) util
|
||
|
|
||
|
MakeSubdirs($(SUBDIRS))
|