]> gcc.gnu.org Git - gcc.git/commitdiff
* Makefile.in (partition.o): Depend on config.h
authorJeffrey A Law <law@cygnus.com>
Thu, 16 Mar 2000 08:37:47 +0000 (08:37 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 16 Mar 2000 08:37:47 +0000 (01:37 -0700)
From-SVN: r32580

libiberty/ChangeLog
libiberty/Makefile.in

index 7557f62ef27a484fbe43d0d0e32300cc1438318a..a497f8060e3dfa2e29d3863915203853bfe2c5df 100644 (file)
@@ -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.
index 1039d5922c63aebec2f794dca69a82931d6d70db..43d4aa5730b2c306b766bf3fb63f0efa768ade7e 100644 (file)
@@ -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
This page took 0.066721 seconds and 5 git commands to generate.