From 90aaccd1f26c3ac0dc5963d6db4b0f0fcfc2c1d6 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 26 Jul 2000 23:24:05 +0000 Subject: * 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 --- libiberty/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libiberty/Makefile.in') diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 0463dff4d8..3aef4f5a2a 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 -- cgit v1.2.1