From b1f99e2f89ecca4259768a58b9e7ee672cd06f0e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 12 Mar 1994 07:41:55 -0500 Subject: [PATCH] (stmp-fixproto): Work around a `make' bug in BSDI 1.1. From-SVN: r6758 --- gcc/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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; \ -- 2.30.2