summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/c++filt
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-04 16:36:35 +0000
committerobrien <obrien@FreeBSD.org>1999-04-04 16:36:35 +0000
commit582be693c18cc73c5164f078f25e58e6b8d4294b (patch)
treec6b240bff3cb24de2473023aa283cea9dcfed0d3 /gnu/usr.bin/cc/c++filt
parent218eb1e241e52da84b346bdc3fbe753278fdef2b (diff)
downloadFreeBSD-src-582be693c18cc73c5164f078f25e58e6b8d4294b.zip
FreeBSD-src-582be693c18cc73c5164f078f25e58e6b8d4294b.tar.gz
Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2
(in contrib/egcs)
Diffstat (limited to 'gnu/usr.bin/cc/c++filt')
-rw-r--r--gnu/usr.bin/cc/c++filt/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile
index 34cd99e..2707496 100644
--- a/gnu/usr.bin/cc/c++filt/Makefile
+++ b/gnu/usr.bin/cc/c++filt/Makefile
@@ -1,7 +1,11 @@
#
-# $Id: Makefile,v 1.3 1997/02/22 15:44:50 peter Exp $
+# $Id: Makefile,v 1.5 1999/03/05 04:55:03 obrien Exp $
#
+.include "../Makefile.inc"
+
+.PATH: ${GCCDIR}
+
PROG = c++filt
SRCS = cplus-dem.c getopt.c getopt1.c underscore.c
BINDIR= /usr/bin
OpenPOWER on IntegriCloud