From: Hans-Peter Nilsson Date: Mon, 30 Aug 1999 22:42:48 +0000 (+0200) Subject: * Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e419d0961012baea72357ad6198ed2e807cdb4c;p=gcc.git * Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly. From-SVN: r28989 --- diff --git a/libchill/ChangeLog b/libchill/ChangeLog index 6e0944701b2..d01f4efa77d 100644 --- a/libchill/ChangeLog +++ b/libchill/ChangeLog @@ -1,3 +1,7 @@ +Mon Aug 30 16:42:45 1999 Hans-Peter Nilsson + + * Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly. + Fri Aug 6 23:32:29 1999 Daniel Jacobowitz * Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix, diff --git a/libchill/Makefile.in b/libchill/Makefile.in index e1abc77bacf..f4fb2636308 100644 --- a/libchill/Makefile.in +++ b/libchill/Makefile.in @@ -171,7 +171,7 @@ waitbuffer.o: waitbuffer.c rtltypes.h rts.h $(PSOBJS): $(srcdir)/powerset.h librmt.o: $(srcdir)/rtltypes.h -chillrt0.o: $(srcdir)/rtltypes.h $(srcdir)/iomodes.h $(srcdir)/auxtypes.h +chillrt0.o: chillrt0.c $(srcdir)/rtltypes.h $(srcdir)/iomodes.h $(srcdir)/auxtypes.h $(LIBOBJS1): $(srcdir)/rtltypes.h $(TIMEOBJS): $(srcdir)/rtltypes.h $(srcdir)/rts.h $(TASKOBJS): $(srcdir)/rts.h $(srcdir)/rtltypes.h