5fe4d9edf9
- bring in latest patches - added subpackages for demos and debuglibs - only install Motif.rules and Motif.tmpl in config - don't build config tools that OpenBSD already has
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))
|