diff options
author | DJ Delorie <dj@delorie.com> | 2001-07-26 14:14:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2001-07-26 14:14:49 +0000 |
commit | 641eaa7aaf5d5534d0fd779555e33181ae9f648e (patch) | |
tree | b2db606fe3e1d222a4589278fd5bb97f335c6ba4 /libiberty | |
parent | f7265f2fc53bb319d86410c4053527c18a40ac5c (diff) | |
download | gdb-641eaa7aaf5d5534d0fd779555e33181ae9f648e.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e3e8614d1cb..6e9f93fcc75 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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 diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index fd2f4158118..0cded6b6f65 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 |