diff options
author | Jeff Law <law@redhat.com> | 2000-07-26 23:24:05 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-07-26 23:24:05 +0000 |
commit | 90aaccd1f26c3ac0dc5963d6db4b0f0fcfc2c1d6 (patch) | |
tree | 4e41b27e25af96469706357c8ef601ab339f8b52 /libiberty/Makefile.in | |
parent | fe9f384f163d7fc5c2126b32e59ed01066979a2d (diff) | |
download | gdb-90aaccd1f26c3ac0dc5963d6db4b0f0fcfc2c1d6.zip gdb-90aaccd1f26c3ac0dc5963d6db4b0f0fcfc2c1d6.tar.gz gdb-90aaccd1f26c3ac0dc5963d6db4b0f0fcfc2c1d6.tar.bz2 |
* Makefile.in (rename.o, waitpid.o): Depend on config.h
* rename.c: include config.h, unistd.h
* waitpid.c: include config.h, sys/wait.h
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 0463dff..3aef4f5 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -280,6 +280,7 @@ 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 +rename.o: config.h setenv.o: config.h sort.o: config.h $(INCDIR)/sort.h $(INCDIR)/ansidecl.h spaces.o: $(INCDIR)/libiberty.h @@ -294,4 +295,5 @@ xmalloc.o: config.h $(INCDIR)/libiberty.h xmemdup.o: config.h $(INCDIR)/libiberty.h xstrdup.o: config.h $(INCDIR)/libiberty.h xstrerror.o: config.h $(INCDIR)/libiberty.h +waitpid.o: config.h hashtab.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/ansidecl.h |