diff options
| -rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 6c39afd..611f048 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 |
