From: Jeffrey Osier Date: Thu, 3 Jun 1993 17:44:34 +0000 (+0000) Subject: * Makefile.in: added c++filt and objcopy to MANPAGES variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ac620d4082fad4dc2d42338860c84387ff07a81;p=binutils-gdb.git * Makefile.in: added c++filt and objcopy to MANPAGES variable * .Sanitize: keep c++filt.1 and objcopy.1 --- diff --git a/binutils/.Sanitize b/binutils/.Sanitize index d10e7489ec5..ed237ddc73e 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -40,6 +40,7 @@ arsup.h binutils.texi bucomm.c bucomm.h +c++filt.1 configure.bat configure.in config @@ -53,6 +54,7 @@ nm.1 nm.c not-ranlib.c not-strip.c +objcopy.1 objcopy.c objdump.1 objdump.c diff --git a/binutils/ChangeLog b/binutils/ChangeLog index dffac303f3c..7a1879d5eb1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 3 10:40:19 1993 Jeffrey Osier (jeffrey@cygnus.com) + + * Makefile.in: added c++filt and objcopy to MANPAGES variable + * .Sanitize: keep c++filt.1 and objcopy.1 + Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: rename LOADLIBES to EXTRALIBS diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 3d67030104a..3d371925c84 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -76,7 +76,7 @@ version=`./../gcc/gcc -dumpversion` # Where to find texinfo.tex to format docn with TeX TEXIDIR = $(srcdir)/../texinfo/fsf -MANPAGES= ar nm objdump ranlib size strip +MANPAGES= ar nm objdump ranlib size strip c++filt objcopy #CC=gcc -Wall # these two are almost the same program