* Makefile.in (objalloc.o): Depend on config.h
authorJeff Law <law@redhat.com>
Tue, 30 May 2000 21:08:32 +0000 (21:08 +0000)
committerJeff Law <law@redhat.com>
Tue, 30 May 2000 21:08:32 +0000 (21:08 +0000)
libiberty/ChangeLog
libiberty/Makefile.in

index 8e63f17..3676c4b 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 30 15:07:52 2000  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (objalloc.o): Depend on config.h
+
 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
 
        * hashtab.c, partition.c, xmemdup.c: Include string.h
index 34e5ee0..d7052ad 100644 (file)
@@ -271,7 +271,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h
 hex.o: $(INCDIR)/libiberty.h
 floatformat.o: $(INCDIR)/floatformat.h
 mkstemps.o: config.h
-objalloc.o: $(INCDIR)/objalloc.h
+objalloc.o: config.h $(INCDIR)/objalloc.h
 obstack.o: config.h $(INCDIR)/obstack.h
 partition.o: config.h $(INCDIR)/partition.h
 pexecute.o: config.h $(INCDIR)/libiberty.h