Install c++filt in /usr/libexec/${OBJFORMAT}. The version that

was installed in /usr/bin normally got clobbered when objformat
was installed.  Indirection through objformat is correct although
underscore handling is the only thing that differs for aout and
elf -- going through objformat is the easiest way to set c++filt's
underscore handling flag correctly.
This commit is contained in:
Bruce Evans 1999-08-08 07:30:02 +00:00
parent ccc2025d3a
commit bb9ac9f631
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49509

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.5 1999/04/04 16:36:31 obrien Exp $
# $Id: Makefile,v 1.6 1999/07/04 15:51:39 bde Exp $
#
.include "../Makefile.inc"
@ -8,6 +8,7 @@
PROG = c++filt
SRCS = cplus-dem.c getopt.c getopt1.c underscore.c
BINDIR= /usr/libexec/${OBJFORMAT}
NOMAN= 1
CFLAGS+= -DMAIN -DIN_GCC -DVERSION=\"$(version)\"