OSDN Git Service

2001-03-19 Brad Lucier <lucier@math.purdue.edu>
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Mar 2001 17:36:46 +0000 (17:36 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Mar 2001 17:36:46 +0000 (17:36 +0000)
* Makefile.in: Have splay-tree.o depend on $(GCONFIG_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40624 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index 6c39afd..611f048 100644 (file)
@@ -1234,7 +1234,7 @@ strstr.o: $(srcdir)/../libiberty/strstr.c $(GCONFIG_H) system.h
        $(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