From f287c8ffb8af702bb6801d3710daf678bb974877 Mon Sep 17 00:00:00 2001 From: plunky Date: Thu, 24 Jul 2014 20:20:48 +0000 Subject: update build framework for import of pcc-20140706 --- external/bsd/pcc/libexec/cpp/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'external/bsd/pcc/libexec/cpp') 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 -.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 -- cgit