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: Parallel build fix.


hash.c include config.h.

	* Makefile.in: Make hash.o depend on CONFIG_H.

===================================================================
RCS file: RCS/Makefile.in,v
retrieving revision 1.1
diff -p -r1.1 Makefile.in
*** Makefile.in	2001/03/15 22:40:23	1.1
--- Makefile.in	2001/03/15 22:40:39
*************** collect2.o : collect2.c $(CONFIG_H) syst
*** 1215,1221 ****
  	-c $(srcdir)/collect2.c
  
  tlink.o: tlink.c $(DEMANGLE_H) hash.h $(CONFIG_H) system.h collect2.h intl.h
! hash.o: hash.c hash.h system.h toplev.h
  	$(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
  
  vfprintf.o: $(srcdir)/../libiberty/vfprintf.c $(GCONFIG_H) system.h
--- 1215,1221 ----
  	-c $(srcdir)/collect2.c
  
  tlink.o: tlink.c $(DEMANGLE_H) hash.h $(CONFIG_H) system.h collect2.h intl.h
! hash.o: hash.c hash.h system.h toplev.h $(CONFIG_H)
  	$(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION)
  
  vfprintf.o: $(srcdir)/../libiberty/vfprintf.c $(GCONFIG_H) system.h


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