From: Richard Sandiford Date: Thu, 7 Oct 2004 05:28:46 +0000 (+0000) Subject: re PR bootstrap/17857 (fixproto can't find fix-header) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed00ab959d5ec3ba62791bfb0c6b1fa078c19ece;p=gcc.git re PR bootstrap/17857 (fixproto can't find fix-header) PR bootstrap/17857 * Makefile.in (stmp-fixproto): Pass FIX_HEADER=build/... to fixproto. From-SVN: r88659 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 377e8f444dc..2913509155f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-07 Richard Sandiford + + PR bootstrap/17857 + * Makefile.in (stmp-fixproto): Pass FIX_HEADER=build/... to fixproto. + 2004-10-07 Kazu Hirata * hooks.c (hook_int_void_1, hook_void_int): Remove. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 2f129272b76..50cf9dd5487 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2901,6 +2901,7 @@ stmp-fixproto: fixhdr.ready fixproto stmp-int-hdrs else \ : This line works around a 'make' bug in BSDI 1.1.; \ FIXPROTO_DEFINES="$(FIXPROTO_DEFINES)"; export FIXPROTO_DEFINES; \ + FIX_HEADER="build/fix-header$(build_exeext)"; export FIX_HEADER; \ mkinstalldirs="$(mkinstalldirs)"; \ export mkinstalldirs; \ if [ -d "$(SYSTEM_HEADER_DIR)" ]; then \