From: DJ Delorie Date: Thu, 26 Jul 2001 14:14:49 +0000 (+0000) Subject: merge from gcc X-Git-Tag: gdb_5_1-2001-07-29-branchpoint~24 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=641eaa7aaf5d5534d0fd779555e33181ae9f648e;p=pf3gnuchains%2Fpf3gnuchains4x.git merge from gcc --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e3e8614d1c..6e9f93fcc7 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 fd2f415811..0cded6b6f6 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