diff options
author | Jeffrey A Law <law@cygnus.com> | 2000-03-16 08:37:47 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-03-16 01:37:47 -0700 |
commit | abc61fd406fe6e4535b478456cb04c5d89138d1a (patch) | |
tree | fde313b1896b54fbd53ae55a31d3a23d2dfddaf4 | |
parent | 54cea123170460a6e49a7593675eb8e6b049a03b (diff) | |
download | gcc-abc61fd406fe6e4535b478456cb04c5d89138d1a.zip gcc-abc61fd406fe6e4535b478456cb04c5d89138d1a.tar.gz gcc-abc61fd406fe6e4535b478456cb04c5d89138d1a.tar.bz2 |
* Makefile.in (partition.o): Depend on config.h
From-SVN: r32580
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 7557f62..a497f80 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 16 01:33:58 2000 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (partition.o): Depend on config.h + 2000-03-14 Bernd Schmidt <bernds@cygnus.co.uk> * hashtab.c (find_empty_slot_for_expand): New function. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 1039d59..43d4aa5 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -272,7 +272,7 @@ floatformat.o: $(INCDIR)/floatformat.h mkstemps.o: config.h objalloc.o: $(INCDIR)/objalloc.h obstack.o: config.h $(INCDIR)/obstack.h -partition.o: $(INCDIR)/partition.h +partition.o: config.h $(INCDIR)/partition.h pexecute.o: config.h $(INCDIR)/libiberty.h setenv.o: config.h spaces.o: $(INCDIR)/libiberty.h |