ffddfe3784
- minor tweaks to the port
14 lines
537 B
Plaintext
14 lines
537 B
Plaintext
$OpenBSD: patch-config-Imakefile,v 1.3 2009/12/14 18:03:36 jasper Exp $
|
|
--- 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))
|