From 6584320e0f009327444b6d058f74dcb25ba376e6 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 21 May 2003 21:08:20 +0000 Subject: [PATCH] * Makefile.tpl: Add missing empty maybe-check-gcc target. * Makefile.in: Regenerate. --- ChangeLog | 5 +++++ Makefile.in | 1 + Makefile.tpl | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1c21e6ae9..9db22dd25 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 a98c09970..5963b6044 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 f0f596841..9d2c326a6 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; \