* Makefile.in (genrtl.c genrtl.h): Add dummy command for GNU make.

From-SVN: r17418
This commit is contained in:
Andreas Schwab 1998-01-19 09:39:38 +00:00 committed by Richard Henderson
parent c5d0345e8d
commit a3f8002381
2 changed files with 6 additions and 0 deletions

View 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.

View 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