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 /Makefile.tpl | |
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.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
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; \ |