summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/c++filt
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-16 04:10:48 +0000
committerobrien <obrien@FreeBSD.org>1999-08-16 04:10:48 +0000
commitb3af8b5f4b924dd1b1901dd823979c3b59ef3f03 (patch)
treef823687af2144120bad20afd2fca96cd9661b7ad /gnu/usr.bin/cc/c++filt
parente1f29df19fe8385a08a0e76eef216a188b052a30 (diff)
downloadFreeBSD-src-b3af8b5f4b924dd1b1901dd823979c3b59ef3f03.zip
FreeBSD-src-b3af8b5f4b924dd1b1901dd823979c3b59ef3f03.tar.gz
Purely cosmetic cleanups.
- Id tag layout wrong. - "FOO =" -> "FOO=". - 4 space indention on continuation lines rather than a <tab> Basic idea checked by: bde
Diffstat (limited to 'gnu/usr.bin/cc/c++filt')
-rw-r--r--gnu/usr.bin/cc/c++filt/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/c++filt/Makefile b/gnu/usr.bin/cc/c++filt/Makefile
index 215d119..ef84835 100644
--- a/gnu/usr.bin/cc/c++filt/Makefile
+++ b/gnu/usr.bin/cc/c++filt/Makefile
@@ -1,13 +1,11 @@
-#
-# $Id: Makefile,v 1.7 1999/08/08 07:30:02 bde Exp $
-#
+# $Id: Makefile,v 1.8 1999/08/08 07:31:47 bde Exp $
.include "../Makefile.inc"
.PATH: ${GCCDIR}
-PROG = c++filt
-SRCS = cplus-dem.c getopt.c getopt1.c underscore.c
+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)\"
OpenPOWER on IntegriCloud