mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 13:07:28 +08:00
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:
parent
40859b41a4
commit
aef1617ccb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user