(stmp-fixproto): Work around a `make' bug in BSDI 1.1.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 12 Mar 1994 12:41:55 +0000 (07:41 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 12 Mar 1994 12:41:55 +0000 (07:41 -0500)
From-SVN: r6758

gcc/Makefile.in

index cc9576a984d64bfa159b9cae914b14b2d8e19e43..b0642dd9480160fc766afad7cf0b8b8566f947ec 100644 (file)
@@ -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; \