aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-11-04 00:07:02 +0000
committerKen Raeburn <raeburn@cygnus>1994-11-04 00:07:02 +0000
commit6f383ce55d25d080deb9d52461e08a23eb31424b (patch)
treeb52bb787445fc4d254f1fcfe5f407dbbca1b00de /binutils/Makefile.in
parent30d1f88c988932f33fd50f22baff2328a85b9655 (diff)
downloadgdb-6f383ce55d25d080deb9d52461e08a23eb31424b.zip
gdb-6f383ce55d25d080deb9d52461e08a23eb31424b.tar.gz
gdb-6f383ce55d25d080deb9d52461e08a23eb31424b.tar.bz2
Changes from binutils-2.5.2 net release:
* Makefile.in (install-info): Install info files from whatever directory they were found in. Patch from DJ Delorie: * configure.bat: do c++filt -> cxxfilt right * sysinfo.y: Include system header files early, so any potential declaration of abort() occurs before its use. * strings.c (strings_file): Try opening the file in binary mode first.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 41e395f..d3ec002 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -559,7 +559,7 @@ install-info: binutils.info
dir=$(srcdir) ; \
fi ; \
for i in `cd $$dir; echo binutils.info*` ; do \
- $(INSTALL_DATA) $$i $(infodir)/$$i ; \
+ $(INSTALL_DATA) $$dir/$$i $(infodir)/$$i ; \
done
clean-info: