Makefile.in: Have splay-tree.o depend on $(GCONFIG_H).

2001-03-19  Brad Lucier  <lucier@math.purdue.edu>

	* Makefile.in: Have splay-tree.o depend on $(GCONFIG_H).

From-SVN: r40624
This commit is contained in:
Brad Lucier 2001-03-19 17:36:46 +00:00 committed by Zack Weinberg
parent 8b1edcee4a
commit 83b266a000

View 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