diff options
author | DJ Delorie <dj@delorie.com> | 2003-05-28 19:16:29 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-05-28 19:16:29 +0000 |
commit | a694180d45251fb4cc1705f5edc5301d007e3c53 (patch) | |
tree | c9a54ce28f4b8e201e469751aef6a6d6efb1faf3 /Makefile.tpl | |
parent | 8ee789a2e20a432faba156a420a2745501e0eea9 (diff) | |
download | gdb-a694180d45251fb4cc1705f5edc5301d007e3c53.tar.gz |
* 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 c07fed66392..a348206c7bf 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 \ |