This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
libiberty smp build fix
- To: gcc-patches at gcc dot gnu dot org
- Subject: libiberty smp build fix
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 28 Mar 2001 03:33:30 -0800
* 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