From: Richard Kenner Date: Sat, 12 Mar 1994 12:41:55 +0000 (-0500) Subject: (stmp-fixproto): Work around a `make' bug in BSDI 1.1. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1f99e2f89ecca4259768a58b9e7ee672cd06f0e;p=gcc.git (stmp-fixproto): Work around a `make' bug in BSDI 1.1. From-SVN: r6758 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index cc9576a984d..b0642dd9480 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; \