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-22 01:08:20 +0400
committerDJ Delorie <dj@redhat.com>2003-05-22 01:08:20 +0400
commit6584320e0f009327444b6d058f74dcb25ba376e6 (patch)
treecf1d80181fcacfb68afec6367e717a4ef5493c8a /Makefile.tpl
parenta66cfe68eb3000cf9e7d0e2187a3ecefd7459282 (diff)
* 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 f0f596841..9d2c326a6 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; \