aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-05-21 17:10:32 -0400
committerDJ Delorie <dj@gcc.gnu.org>2003-05-21 17:10:32 -0400
commit862fced8b5fca3dbad297e526facb2c735a5f1cb (patch)
treec9c19099d5fb96447c771070adae80187d049020
parent98ce9d068efb574e38aa07f05204a6046d0fd381 (diff)
downloadgcc-862fced8b5fca3dbad297e526facb2c735a5f1cb.zip
gcc-862fced8b5fca3dbad297e526facb2c735a5f1cb.tar.gz
gcc-862fced8b5fca3dbad297e526facb2c735a5f1cb.tar.bz2
Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.tpl: Add missing empty maybe-check-gcc target. * Makefile.in: Regenerate. From-SVN: r67066
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in1
-rw-r--r--Makefile.tpl1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fcef7d5..2eecb74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-21 DJ Delorie <dj@redhat.com>
+
+ * Makefile.tpl: Add missing empty maybe-check-gcc target.
+ * Makefile.in: Regenerate.
+
2003-05-20 Ian Lance Taylor <ian@airs.com>
* MAINTAINERS: Update my e-mail address.
diff --git a/Makefile.in b/Makefile.in
index a98c099..5963b60 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7817,6 +7817,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; \
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; \