diff options
author | DJ Delorie <dj@redhat.com> | 2003-05-21 21:08:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-05-21 21:08:20 +0000 |
commit | 44482353b7a90fad07966ff231f6305a671053ab (patch) | |
tree | b413058cf9ce6a23ab592a8f297eeb917006bd7d | |
parent | 125309b22a595cec0804bd4eaf0c40c688c5972f (diff) | |
download | gdb-44482353b7a90fad07966ff231f6305a671053ab.zip gdb-44482353b7a90fad07966ff231f6305a671053ab.tar.gz gdb-44482353b7a90fad07966ff231f6305a671053ab.tar.bz2 |
* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 1 | ||||
-rw-r--r-- | Makefile.tpl | 1 |
3 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-05-21 DJ Delorie <dj@redhat.com> + + * Makefile.tpl: Add missing empty maybe-check-gcc target. + * Makefile.in: Regenerate. + 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * configure.in: Use curly braces in the definition of tooldir. diff --git a/Makefile.in b/Makefile.in index a98c099..5963b60 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 f0f5968..9d2c326 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; \ |