diff options
| author | plunky <plunky@NetBSD.org> | 2014-07-24 20:20:48 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2014-07-24 20:20:48 +0000 |
| commit | f287c8ffb8af702bb6801d3710daf678bb974877 (patch) | |
| tree | c4df92d322c9db6727523660ee005e7001afdaa9 /external/bsd/pcc/libexec/cpp/Makefile | |
| parent | 852486b6f4b145f0df63e2e6fbe93ffa49c68484 (diff) | |
update build framework for import of pcc-20140706
Diffstat (limited to 'external/bsd/pcc/libexec/cpp/Makefile')
| -rw-r--r-- | external/bsd/pcc/libexec/cpp/Makefile | 13 |
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> |
