mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 09:09:06 +08:00
* Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.
From-SVN: r17418
This commit is contained in:
parent
c5d0345e8d
commit
a3f8002381
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user