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
parent82095e79cf4e14221ff3fc72a2a80cbc4d3b5871 (diff)
* Makefile.tpl: Make maybe-check-gcc .PHONY.
* Makefile.in: Regenerate.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b8293404..4388638e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-28 DJ Delorie <dj@redhat.com>
+
+ * Makefile.tpl: Make maybe-check-gcc .PHONY.
+ * Makefile.in: Regenerate.
+
2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
* COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
diff --git a/Makefile.in b/Makefile.in
index 7511bc057..3b316d661 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7816,7 +7816,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 \
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 \