diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-26 08:41:40 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-26 08:41:40 +0000 |
commit | 2bbbdf1a822ddcdbd2352dbd9f2a3c15bbce32c3 (patch) | |
tree | 6dd78a346a71391b4f3e49e8c5a5c185248c8a0b /libiberty | |
parent | f2cddab80429572d146f66f0dcec24251e8ffc04 (diff) | |
download | gcc-2bbbdf1a822ddcdbd2352dbd9f2a3c15bbce32c3.tar.gz |
* Makefile.in (regex.o): Add dependency on config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44394 138bc75d-0d04-0410-961f-82ee72b054a4
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 1b3ce6a55ed..a911e05357c 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 |