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]

Re: [lucier@math.purdue.edu: Parallel build fix]


On Mon, Mar 19, 2001 at 12:15:41PM -0500, DJ Delorie wrote:
> 
> > > 	* gcc/Makefile.in: Have splay-tree.o depend on $(CONFIG_H).
> > 
> > Bleah.  Looks correct.
> 
> OK, check it in then.

Slight correction: it should be $(GCONFIG_H), since it does _not_
depend on insn-codes.h.

I've applied this one.  Tested by "$(srcdir)/gcc/configure; make
splay-tree.o" in an empty directory.

zw

===================================================================
Index: Makefile.in
--- Makefile.in	2001/03/16 19:38:31	1.622
+++ Makefile.in	2001/03/19 17:31:22
@@ -1234,7 +1234,7 @@ strstr.o: $(srcdir)/../libiberty/strstr.
 	$(CC) -c $(ALL_CFLAGS) -DGENERATOR_FILE $(ALL_CPPFLAGS) $(INCLUDES) \
 		strstr.c $(OUTPUT_OPTION)
 
-splay-tree.o: $(srcdir)/../libiberty/splay-tree.c \
+splay-tree.o: $(srcdir)/../libiberty/splay-tree.c $(GCONFIG_H) \
   $(srcdir)/../include/splay-tree.h $(srcdir)/../include/libiberty.h
 	rm -f splay-tree.c
 	$(LN_S) $(srcdir)/../libiberty/splay-tree.c splay-tree.c


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