summaryrefslogtreecommitdiff
path: root/external/bsd/pcc/libexec/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'external/bsd/pcc/libexec/cpp')
-rw-r--r--external/bsd/pcc/libexec/cpp/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/external/bsd/pcc/libexec/cpp/Makefile b/external/bsd/pcc/libexec/cpp/Makefile
index 0f9edd5d89a..8cdb76d10a5 100644
--- a/external/bsd/pcc/libexec/cpp/Makefile
+++ b/external/bsd/pcc/libexec/cpp/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2011/06/07 13:30:35 plunky Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/24 20:20:49 plunky Exp $
.include <bsd.init.mk>
-.PATH: ${PCC_DIST}/cc/cpp \
- ${PCC_DIST}/mip
+.PATH: ${PCC_DIST}/cc/cpp
#
# We build cpp(1) as pcpp(1) to avoid confusion with GCC
@@ -28,12 +27,6 @@ CPPFLAGS+= -I${PCC_DIST}/cc/cpp
# generate cpy.h
YHEADER=
-# some files include y.tab.h instead
-DPSRCS= y.tab.h
-
-y.tab.h: cpy.h
- ${HOST_LN} -f ${.ALLSRC} ${.TARGET}
-
-CLEANFILES+= pcpp.1 y.tab.h
+CLEANFILES+= pcpp.1
.include <bsd.prog.mk>