openbsd-ports/x11/openmotif/patches/patch-config-Imakefile

13 lines
412 B
Plaintext
Raw Normal View History

--- 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))