Commit a3f80023 by Andreas Schwab Committed by Richard Henderson

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

From-SVN: r17418
parent c5d0345e
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> Mon Jan 19 09:38:18 1998 Richard Henderson <rth@cygnus.com>
* configure.in: Find declaration for sbrk. * configure.in: Find declaration for sbrk.
......
...@@ -1587,6 +1587,8 @@ stamp-output : $(md_file) genoutput $(srcdir)/move-if-change ...@@ -1587,6 +1587,8 @@ stamp-output : $(md_file) genoutput $(srcdir)/move-if-change
genrtl.o : genrtl.c $(CONFIG_H) $(RTL_H) genrtl.o : genrtl.c $(CONFIG_H) $(RTL_H)
genrtl.c genrtl.h : stamp-genrtl genrtl.c genrtl.h : stamp-genrtl
@true # force gnu make to recheck modification times.
stamp-genrtl: gengenrtl $(srcdir)/move-if-change $(RTL_BASE_H) stamp-genrtl: gengenrtl $(srcdir)/move-if-change $(RTL_BASE_H)
./gengenrtl tmp-genrtl.h tmp-genrtl.c ./gengenrtl tmp-genrtl.h tmp-genrtl.c
$(srcdir)/move-if-change tmp-genrtl.h genrtl.h $(srcdir)/move-if-change tmp-genrtl.h genrtl.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment