summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/maintMakefile b/maintMakefile
index aa536aaf..88f734ae 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -82,9 +82,8 @@ 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' \
+ -e 's@$$(SRCDIR)/lib/alloca.h@@g' \
+ -e 's@$$(SRCDIR)/lib/stdbool.h@@g' \
$(word 2,$^) >>$@
chmod a-w $@