]> gcc.gnu.org Git - gcc.git/commitdiff
* Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Mon, 19 Jan 1998 09:39:38 +0000 (09:39 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 19 Jan 1998 09:39:38 +0000 (01:39 -0800)
From-SVN: r17418

gcc/ChangeLog
gcc/Makefile.in

index 4fa10395ebf2d25ed1890ed50011b0227ee233ca..af0e17b8cf876a6dcb5048ceee09bbc6193620ed 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jan 19 09:43:15 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+        * Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
+
 Mon Jan 19 09:38:18 1998  Richard Henderson  <rth@cygnus.com>
 
        * configure.in: Find declaration for sbrk.
index 496c555aaeb8bffcc383e34c1654cb9a5f612625..344def6fe53704295d38b97f6f41df5a2f80d281 100644 (file)
@@ -1587,6 +1587,8 @@ stamp-output : $(md_file) genoutput $(srcdir)/move-if-change
 
 genrtl.o : genrtl.c $(CONFIG_H) $(RTL_H)
 genrtl.c genrtl.h : stamp-genrtl
+       @true   # force gnu make to recheck modification times.
+
 stamp-genrtl: gengenrtl $(srcdir)/move-if-change $(RTL_BASE_H)
        ./gengenrtl tmp-genrtl.h tmp-genrtl.c
        $(srcdir)/move-if-change tmp-genrtl.h genrtl.h
This page took 0.077491 seconds and 5 git commands to generate.