diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-22 01:56:34 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-22 01:56:34 +0000 |
commit | c60289646810f30ac8c1b2b87867931ddf824ab8 (patch) | |
tree | b93b40ad16af1680b63ced9d5bc34c787134d0bf /libiberty/Makefile.in | |
parent | 41653d011c66a9d0e72a5a5acd16fe72895acec9 (diff) | |
download | gcc-c60289646810f30ac8c1b2b87867931ddf824ab8.tar.gz |
* Makefile.in (fibheap.o): Depend on config.h.
* fibheap.c: Tidy formatting. Use config.h.` Rearrange some
functions for inlining.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45089 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 41ea9457939..5786f99e022 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -265,7 +265,7 @@ cplus-dem.o: config.h $(INCDIR)/demangle.h cp-demangle.o: config.h $(INCDIR)/dyn-string.h $(INCDIR)/demangle.h dyn-string.o: config.h $(INCDIR)/dyn-string.h fdmatch.o: $(INCDIR)/libiberty.h -fibheap.o: $(INCDIR)/libiberty.h $(INCDIR)/fibheap.h +fibheap.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/fibheap.h fnmatch.o: config.h $(INCDIR)/fnmatch.h getcwd.o: config.h getopt.o: config.h $(INCDIR)/getopt.h |