Commit aef1617c by Jeffrey A Law Committed by Jeff Law

Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR) exists.

        * Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
        exists.
        (stmp-fixproto): Simlarly for running fixproto.
        * cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include.

From-SVN: r19899
parent 40859b41
......@@ -2,6 +2,7 @@ Tue May 19 22:31:20 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (deduced.h): Only run scan-types if $(SYSTEM_HEADER_DIR)
exists.
(stmp-fixproto): Simlarly for running fixproto.
* cross-make (SYSTEM_HEADER_DIR): Now $(tooldir)/sys-include.
Tue May 19 19:08:52 1998 Jim Wilson <wilson@cygnus.com>
......
......@@ -2089,7 +2089,9 @@ stmp-fixproto: fixhdr.ready fixproto stmp-headers
else \
: This line works around a 'make' bug in BSDI 1.1.; \
FIXPROTO_DEFINES="$(FIXPROTO_DEFINES)"; export FIXPROTO_DEFINES; \
$(SHELL) ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR); \
if [ -d $(SYSTEM_HEADER_DIR) ] ; then \
$(SHELL) ${srcdir}/fixproto include include $(SYSTEM_HEADER_DIR); \
else true; fi; \
touch include/fixed; \
fi
touch stmp-fixproto
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment