* 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 8e63f17803774e1cf0cb7298aca89f5a04aa27f2..3676c4b85889a44a6c2925a2811c5261feab04de 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 34e5ee011a76e1d442c46cf920851aaf24688983..d7052ad296575fe97c6552b4efe8be200f5b3a3b 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
This page took 0.02868 seconds and 4 git commands to generate.