diff options
author | DJ Delorie <dj@redhat.com> | 2001-07-26 14:14:49 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-07-26 14:14:49 +0000 |
commit | a5d8f731bf741c054d77b8505cc7380ccdb0b4ea (patch) | |
tree | ef58aef57fc0d593899a4af4de22c4e12635e595 /libiberty/Makefile.in | |
parent | 9a1c15c5b44aaf9f7ab161d502b56cdca196fc66 (diff) | |
download | gdb-a5d8f731bf741c054d77b8505cc7380ccdb0b4ea.zip gdb-a5d8f731bf741c054d77b8505cc7380ccdb0b4ea.tar.gz gdb-a5d8f731bf741c054d77b8505cc7380ccdb0b4ea.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index fd2f415..0cded6b 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 |