diff options
author | DJ Delorie <dj@redhat.com> | 2003-05-21 21:08:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-05-21 21:08:20 +0000 |
commit | 6584320e0f009327444b6d058f74dcb25ba376e6 (patch) | |
tree | cf1d80181fcacfb68afec6367e717a4ef5493c8a /Makefile.in | |
parent | a66cfe68eb3000cf9e7d0e2187a3ecefd7459282 (diff) | |
download | newlib-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.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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; \ |