aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-06-20 20:44:46 +0000
committerKen Raeburn <raeburn@cygnus>1994-06-20 20:44:46 +0000
commit1cf8bd3f31a43932cad1d21cac4acf5b98983e56 (patch)
tree2aa24644133f8f0b99c175aa095771e6c8a6d623 /binutils
parent639c820dae1e906e9b4ac006444f02b2894d1657 (diff)
downloadgdb-1cf8bd3f31a43932cad1d21cac4acf5b98983e56.zip
gdb-1cf8bd3f31a43932cad1d21cac4acf5b98983e56.tar.gz
gdb-1cf8bd3f31a43932cad1d21cac4acf5b98983e56.tar.bz2
* Makefile.in (MANPAGES): Remove $(DEMANGLER_PROG).
(install): Install it explicitly, from build dir, not srcdir.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/Makefile.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 7696488..dbc5e6d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 20 16:43:03 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * Makefile.in (MANPAGES): Remove $(DEMANGLER_PROG).
+ (install): Install it explicitly, from build dir, not srcdir.
+
Mon Jun 20 16:29:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* objdump.c: Don't include elf/internal.h.
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 6373595..0bb07be 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -104,7 +104,7 @@ NLMCONV_PROG=nlmconv
SRCONV_PROG=srconv sysdump coffdump
-MANPAGES= ar nm objdump ranlib size strings strip $(DEMANGLER_PROG) objcopy nlmconv
+MANPAGES= ar nm objdump ranlib size strings strip objcopy nlmconv
PROGS = $(SIZE_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRINGS_PROG) $(STRIP_PROG) $(RANLIB_PROG) $(DEMANGLER_PROG) $(OBJCOPY_PROG) $(BUILD_NLMCONV) $(BUILD_SRCONV) $(SYSINFO_PROG)
STAGESTUFF = $(PROGS) *.o
@@ -485,6 +485,7 @@ install: all $(DEMANGLER_PROG).1
for i in $(MANPAGES) ; do \
$(INSTALL_XFORM1) $(srcdir)/$$i.1 $(man1dir)/$$i.1 ; \
done
+ $(INSTALL_XFORM1) $(DEMANGLER_PROG).1 $(man1dir)/$(DEMANGLER_PROG).1
-if [ -d $(tooldir) ]; then \
if [ -d $(tooldir)/bin ]; then true; else mkdir $(tooldir)/bin; fi; \
for i in $(TOOL_PROGS) ; do \