mirror of git://gcc.gnu.org/git/gcc.git
* Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly.
From-SVN: r28989
This commit is contained in:
parent
24c30b28cd
commit
2e419d0961
|
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Aug 30 16:42:45 1999 Hans-Peter Nilsson <hp@axis.se>
|
||||||
|
|
||||||
|
* Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly.
|
||||||
|
|
||||||
Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
|
Fri Aug 6 23:32:29 1999 Daniel Jacobowitz <drow@drow.them.org>
|
||||||
|
|
||||||
* Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
|
* Makefile.in (FLAGS_TO_PASS): Include prefix, exec_prefix,
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ waitbuffer.o: waitbuffer.c rtltypes.h rts.h
|
||||||
|
|
||||||
$(PSOBJS): $(srcdir)/powerset.h
|
$(PSOBJS): $(srcdir)/powerset.h
|
||||||
librmt.o: $(srcdir)/rtltypes.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
|
$(LIBOBJS1): $(srcdir)/rtltypes.h
|
||||||
$(TIMEOBJS): $(srcdir)/rtltypes.h $(srcdir)/rts.h
|
$(TIMEOBJS): $(srcdir)/rtltypes.h $(srcdir)/rts.h
|
||||||
$(TASKOBJS): $(srcdir)/rts.h $(srcdir)/rtltypes.h
|
$(TASKOBJS): $(srcdir)/rts.h $(srcdir)/rtltypes.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue