From: DJ Delorie Date: Wed, 21 May 2003 21:08:20 +0000 (+0000) Subject: * Makefile.tpl: Add missing empty maybe-check-gcc target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44482353b7a90fad07966ff231f6305a671053ab;p=binutils-gdb.git * Makefile.tpl: Add missing empty maybe-check-gcc target. * Makefile.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 1c21e6ae9df..9db22dd253a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-21 DJ Delorie + + * Makefile.tpl: Add missing empty maybe-check-gcc target. + * Makefile.in: Regenerate. + 2003-05-20 Maciej W. Rozycki * configure.in: Use curly braces in the definition of tooldir. diff --git a/Makefile.in b/Makefile.in index a98c0997077..5963b604427 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7817,6 +7817,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld LANGUAGES="c c++" all .PHONY: check-gcc +maybe-check-gcc: check-gcc: @if [ -f ./gcc/Makefile ] ; then \ r=`${PWD}`; export r; \ diff --git a/Makefile.tpl b/Makefile.tpl index f0f596841be..9d2c326a6d2 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1270,6 +1270,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld LANGUAGES="c c++" all .PHONY: check-gcc +maybe-check-gcc: check-gcc: @if [ -f ./gcc/Makefile ] ; then \ r=`${PWD}`; export r; \