summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/c++
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++
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++')
-rw-r--r--gnu/usr.bin/cc/c++/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile
index ba11cc2..ac0d082 100644
--- a/gnu/usr.bin/cc/c++/Makefile
+++ b/gnu/usr.bin/cc/c++/Makefile
@@ -1,13 +1,11 @@
-#
-# $Id: Makefile,v 1.10 1999/04/04 16:36:31 obrien Exp $
-#
+# $Id: Makefile,v 1.11 1999/04/18 09:39:38 obrien Exp $
.include "../Makefile.inc"
.PATH: ${GCCDIR}/cp ${GCCDIR}
-PROG = c++
-SRCS = gcc.c g++spec.c
+PROG= c++
+SRCS= gcc.c g++spec.c
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
LINKS+= ${BINDIR}/c++ ${BINDIR}/CC
NOMAN= 1
OpenPOWER on IntegriCloud