summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/maintMakefile b/maintMakefile
index d4716080..cea4db14 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -77,6 +77,9 @@ Basic.mk: Basic.mk.template .dep_segment Makefile
sed -e 's@^\([^ ]*\)\.o:@$$(OUTDIR)\1.$$(OBJEXT):@' \
-e 's@\([^ ]*\.[ch]\)@$$(SRCDIR)/\1@g' \
-e 's@$$(SRCDIR)/src/config.h@$$(OUTDIR)src/config.h@g' \
+ -e 's@$$(SRCDIR)/lib/stdlib.h@@g' \
+ -e 's@$$(SRCDIR)/lib/sys/types.h@@g' \
+ -e 's@$$(SRCDIR)/lib/unistd.h@@g' \
$(word 2,$^) >>$@
chmod a-w $@