Add a patch to make imake compatible with upcoming make(1) fixes.

Submitted by: Harti Brandt <brandt at fokus.fraunhofer.de>
This commit is contained in:
Michael Nottebrock 2004-03-24 18:25:50 +00:00
parent 3a6b07ce9e
commit f8afd36f58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105134
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,12 @@
--- ../Imakefile Wed Mar 24 19:16:46 2004
+++ ../Imakefile Wed Mar 24 19:17:07 2004
@@ -30,8 +30,7 @@
#endif
#endif
- SUBDIRS = include config lib $(NLSSUBDIR) \
- programs $(FONTSDIR) $(DOCSDIR)
+ SUBDIRS = include config
LNINSTALLDIRS = lib
#if HasParallelMake

View file

@ -58,4 +58,4 @@ cd ${WRKDIR}/xc
touch config/cf/version.def
touch config/cf/date.def
make Makefile.boot
make -f xmakefile SUBDIRS="include config" VerifyOS version.def Makefiles includes
make -f xmakefile VerifyOS version.def Makefiles includes