* Makefile.tpl: Add missing empty maybe-check-gcc target.
authorDJ Delorie <dj@redhat.com>
Wed, 21 May 2003 21:08:20 +0000 (21:08 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 21 May 2003 21:08:20 +0000 (21:08 +0000)
* Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index 1c21e6ae9df40304b8919318fb5a33497592fa36..9db22dd253aed5b5088c5b46b896922a92d2ae38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
 
        * configure.in: Use curly braces in the definition of tooldir.
index a98c09970775c47852b6f9b76a80447763fc1f6b..5963b604427ef8ec38e5a5d22201ae891206738f 100644 (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; \
index f0f596841be5ffa90042cd5ab2d442e9b5dbfad0..9d2c326a6d2c86dfa6db99a42d55dc284d293c1a 100644 (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; \
This page took 0.044867 seconds and 4 git commands to generate.