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
This commit is contained in:
Jeffrey A Law 1998-05-19 21:45:41 +00:00 committed by Jeff Law
parent 40859b41a4
commit aef1617ccb
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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