* Makefile.in (config.status): Depend on version.c
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Fri, 29 Aug 1997 15:10:18 +0000 (15:10 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 29 Aug 1997 15:10:18 +0000 (09:10 -0600)
From-SVN: r14995

gcc/ChangeLog
gcc/Makefile.in

index a42a5d5..aba37c0 100644 (file)
@@ -1,5 +1,7 @@
 1997-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
+       * Makefile.in (config.status): Depend on version.c
+
        * expr.h (insn_gen_function): Reenable prototype.
 
        * expr.c (move_by_pieces_1, clear_by_pieces_1): Fix prototype of
index 0e37786..ce365bc 100644 (file)
@@ -699,7 +699,7 @@ cstamp-h: config.in config.status
 # Really, really stupid make features, such as SUN's KEEP_STATE, may force
 # a target to build even if it is up-to-date.  So we must verify that
 # config.status does not exist before failing.
-config.status: configure
+config.status: configure version.c
        @if [ ! -f config.status ] ; then \
          echo You must configure gcc.  Look at the INSTALL file for details.; \
          false; \