diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-30 22:42:48 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-08-30 22:42:48 +0000 |
commit | 0f44b57f9a114096099cf4584f58dcf20c7a7a85 (patch) | |
tree | 8d967d7005f6bd4c83b1be4686db19f1791c9259 /libchill/Makefile.in | |
parent | 528548da5bde770915e2037553f74e0a84d5aa6a (diff) | |
download | gcc-0f44b57f9a114096099cf4584f58dcf20c7a7a85.tar.gz |
* Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28989 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill/Makefile.in')
-rw-r--r-- | libchill/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |