summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/g++/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/g++/Makefile b/gnu/usr.bin/gcc/g++/Makefile
index 22c6d718763..522b5062409 100644
--- a/gnu/usr.bin/gcc/g++/Makefile
+++ b/gnu/usr.bin/gcc/g++/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.12 2001/07/18 14:00:11 tv Exp $
+# $NetBSD: Makefile,v 1.13 2001/07/18 18:25:29 tv Exp $
.include <bsd.own.mk>
PROG= g++
-SRCS= cppspec.c
+SRCS= g++spec.c
MKMAN= no
LINKS+= ${BINDIR}/g++ ${BINDIR}/c++
.include "../Makefile.frontend"
-.PATH: ${DIST}/gcc
+.PATH: ${DIST}/gcc ${DIST}/gcc/cp