Makefile.tpl: Add missing empty maybe-check-gcc target.

* Makefile.tpl: Add missing empty maybe-check-gcc target.
* Makefile.in: Regenerate.

From-SVN: r67066
This commit is contained in:
DJ Delorie 2003-05-21 17:10:32 -04:00 committed by DJ Delorie
parent 98ce9d068e
commit 862fced8b5
3 changed files with 7 additions and 0 deletions

View file

@ -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 Ian Lance Taylor <ian@airs.com>
* MAINTAINERS: Update my e-mail address.

View file

@ -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; \

View file

@ -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; \