aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-12 07:41:55 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-12 07:41:55 -0500
commitb1f99e2f89ecca4259768a58b9e7ee672cd06f0e (patch)
tree63b4ed4379ade614a0cfc4762ba62d8bfc7153ec
parenta558d86409c2e9f75710b1f59fc98cb166ebb845 (diff)
downloadgcc-b1f99e2f89ecca4259768a58b9e7ee672cd06f0e.zip
gcc-b1f99e2f89ecca4259768a58b9e7ee672cd06f0e.tar.gz
gcc-b1f99e2f89ecca4259768a58b9e7ee672cd06f0e.tar.bz2
(stmp-fixproto): Work around a `make' bug in BSDI 1.1.
From-SVN: r6758
-rw-r--r--gcc/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index cc9576a..b0642dd 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -1618,6 +1618,7 @@ stmp-fixproto: fixhdr.ready fixproto stmp-headers
-if [ -d include ] ; then true; else mkdir include; fi
if [ -f include/fixed ] ; then true; \
else \
+ : This line works around a 'make' bug in BSDI 1.1.; \
CPP="$(GCC_FOR_TARGET) -E"; export CPP; \
$(SHELL) ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR); \
touch include/fixed; \