This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH libchill/Makefile.in dependency inconsistency


Similar to the java/Makefile.in patch just submitted.

libchill:
Sun Aug 29 00:29:58 1999  Hans-Peter Nilsson  <hp@axis.se>

	* Makefile.in (chillrt0.o): Depend on chillrt0.c explicitly.


Index: Makefile.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/libchill/Makefile.in,v
retrieving revision 1.6
diff -p -c -r1.6 Makefile.in
*** Makefile.in	1999/08/07 05:37:15	1.6
--- Makefile.in	1999/08/29 22:36:29
*************** waitbuffer.o: waitbuffer.c rtltypes.h rt
*** 171,177 ****
  
  $(PSOBJS): $(srcdir)/powerset.h
  librmt.o: $(srcdir)/rtltypes.h
! chillrt0.o: $(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
--- 171,177 ----
  
  $(PSOBJS): $(srcdir)/powerset.h
  librmt.o: $(srcdir)/rtltypes.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

brgds, H-P

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]