aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2003-05-21 21:08:20 +0000
committerDJ Delorie <dj@redhat.com>2003-05-21 21:08:20 +0000
commit44482353b7a90fad07966ff231f6305a671053ab (patch)
treeb413058cf9ce6a23ab592a8f297eeb917006bd7d
parent125309b22a595cec0804bd4eaf0c40c688c5972f (diff)
downloadgdb-44482353b7a90fad07966ff231f6305a671053ab.zip
gdb-44482353b7a90fad07966ff231f6305a671053ab.tar.gz
gdb-44482353b7a90fad07966ff231f6305a671053ab.tar.bz2
* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.
-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 1c21e6a..9db22dd 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 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use curly braces in the definition of tooldir.
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; \