Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-05-28 23:16:29 +0400
committerDJ Delorie <dj@redhat.com>2003-05-28 23:16:29 +0400
commit4218d888971213c57c903845e16a10bc8bde616b (patch)
tree0326ff9e8d049008ef9d6c6b2f49d41eb3e185a8 /Makefile.tpl
parent82095e79cf4e14221ff3fc72a2a80cbc4d3b5871 (diff)
* Makefile.tpl: Make maybe-check-gcc .PHONY.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index c07fed663..a348206c7 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 \