* Makefile.in: added c++filt and objcopy to MANPAGES variable

* .Sanitize:  keep c++filt.1 and objcopy.1
This commit is contained in:
Jeffrey Osier 1993-06-03 17:44:34 +00:00
parent 463a71db70
commit 3ac620d408
3 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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