diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-19 09:39:38 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-19 09:39:38 +0000 |
commit | 7cc452c161254fae28d2089512922c5960e88aa7 (patch) | |
tree | fcdaf9f1d831800591465cd51025a1ea65255b3b /gcc | |
parent | bf2449f9f8b4760f33fd44844c01e0ad054dc50a (diff) | |
download | gcc-7cc452c161254fae28d2089512922c5960e88aa7.tar.gz |
* Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17418 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4fa10395ebf..af0e17b8cf8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 496c555aaeb..344def6fe53 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 |