aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
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
commit6584320e0f009327444b6d058f74dcb25ba376e6 (patch)
treecf1d80181fcacfb68afec6367e717a4ef5493c8a /Makefile.tpl
parenta66cfe68eb3000cf9e7d0e2187a3ecefd7459282 (diff)
downloadnewlib-6584320e0f009327444b6d058f74dcb25ba376e6.zip
newlib-6584320e0f009327444b6d058f74dcb25ba376e6.tar.gz
newlib-6584320e0f009327444b6d058f74dcb25ba376e6.tar.bz2
* 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 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; \