diff options
author | DJ Delorie <dj@redhat.com> | 2003-05-28 19:16:29 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-05-28 19:16:29 +0000 |
commit | 8945c6bb62ecac9645d7f554caf36fff23118b32 (patch) | |
tree | a2ebed1f92fd9ca0b015a3ddbb22a1d36faf902c /Makefile.tpl | |
parent | 2f9632a1017a46cdb26820bdcd32fabca9e471c7 (diff) | |
download | gdb-8945c6bb62ecac9645d7f554caf36fff23118b32.zip gdb-8945c6bb62ecac9645d7f554caf36fff23118b32.tar.gz gdb-8945c6bb62ecac9645d7f554caf36fff23118b32.tar.bz2 |
* Makefile.tpl: Make maybe-check-gcc .PHONY.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index c07fed6..a348206 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1269,7 +1269,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld $(MAKE) $(BASE_FLAGS_TO_PASS) $(RECURSE_FLAGS) \ LANGUAGES="c c++" all -.PHONY: check-gcc +.PHONY: check-gcc maybe-check-gcc maybe-check-gcc: check-gcc: @if [ -f ./gcc/Makefile ] ; then \ |