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]

libiberty smp build fix


        * Makefile.in (make-temp-file.o): Depend on config.h.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/libiberty/Makefile.in,v
retrieving revision 1.60
diff -c -p -d -r1.60 Makefile.in
*** Makefile.in	2001/03/21 07:29:37	1.60
--- Makefile.in	2001/03/28 11:32:12
*************** getruntime.o: config.h $(INCDIR)/libiber
*** 274,279 ****
--- 274,280 ----
  hex.o: $(INCDIR)/libiberty.h
  floatformat.o: $(INCDIR)/floatformat.h
  lbasename.o: $(INCDIR)/libiberty.h
+ make-temp-file.o: config.h
  mkstemps.o: config.h
  md5.o: config.h
  objalloc.o: config.h $(INCDIR)/objalloc.h


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