merge from gcc

This commit is contained in:
DJ Delorie 2001-07-26 14:14:49 +00:00
parent 9a1c15c5b4
commit a5d8f731bf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-07-25 Daniel Jacobowitz <drow@mvista.com>
* Makefile.in (regex.o): Add dependency on config.h.
2001-07-18 Andreas Schwab <schwab@suse.de>
* regex.c (WORDCHAR_P) [WCHAR]: Also return true for the

View File

@ -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