Commit 862fced8 by DJ Delorie Committed by DJ Delorie

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

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

From-SVN: r67066
parent 98ce9d06
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> 2003-05-20 Ian Lance Taylor <ian@airs.com>
* MAINTAINERS: Update my e-mail address. * MAINTAINERS: Update my e-mail address.
......
...@@ -7817,6 +7817,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld ...@@ -7817,6 +7817,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
LANGUAGES="c c++" all LANGUAGES="c c++" all
.PHONY: check-gcc .PHONY: check-gcc
maybe-check-gcc:
check-gcc: check-gcc:
@if [ -f ./gcc/Makefile ] ; then \ @if [ -f ./gcc/Makefile ] ; then \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
......
...@@ -1270,6 +1270,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld ...@@ -1270,6 +1270,7 @@ cross: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
LANGUAGES="c c++" all LANGUAGES="c c++" all
.PHONY: check-gcc .PHONY: check-gcc
maybe-check-gcc:
check-gcc: check-gcc:
@if [ -f ./gcc/Makefile ] ; then \ @if [ -f ./gcc/Makefile ] ; then \
r=`${PWD}`; export r; \ r=`${PWD}`; export r; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment