summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-05-21 21:08:20 +0000
committerDJ Delorie <dj@delorie.com>2003-05-21 21:08:20 +0000
commit8f0681506ba14a29d961827d3bb4752cc0cd5019 (patch)
tree0e1aecf40b2ed4a18e76b29b80fec7c7aff40ca5 /Makefile.tpl
parent97bbab97cf3e840e11fa274e0d685fb87aa9302f (diff)
downloadgdb-8f0681506ba14a29d961827d3bb4752cc0cd5019.tar.gz
* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index f0f596841be..9d2c326a6d2 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; \