From: Daniel Jacobowitz Date: Thu, 26 Jul 2001 08:41:40 +0000 (+0000) Subject: * Makefile.in (regex.o): Add dependency on config.h. X-Git-Tag: prereleases/libstdc++-3.0.95~3030 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cf50fd3a47891bb7ae2a0ada9254ae7ef236a28;p=thirdparty%2Fgcc.git * Makefile.in (regex.o): Add dependency on config.h. From-SVN: r44394 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 1b3ce6a55ed3..a911e05357c8 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2001-07-25 Daniel Jacobowitz + + * Makefile.in (regex.o): Add dependency on config.h. + 2001-07-18 Andreas Schwab * regex.c (WORDCHAR_P) [WCHAR]: Also return true for the diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index fd2f41581187..0cded6b6f653 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -282,7 +282,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 -regex.o: $(INCDIR)/xregex.h $(INCDIR)/xregex2.h +regex.o: config.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h rename.o: config.h setenv.o: config.h sort.o: config.h $(INCDIR)/sort.h $(INCDIR)/ansidecl.h