diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2009-10-15 21:08:02 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2009-10-15 21:08:02 +0000 |
commit | 7c6dacbb4c51198628513b81869ba7aca313fac9 (patch) | |
tree | 554a59ac61dc6aa4749eee607b8b964773d8e234 /gnu | |
parent | d8c05b480d898f5f70cfada7fcedd30c75c8e1ad (diff) |
We need to include Makefile.inc here
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/libcpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/libcpp/Makefile b/gnu/usr.bin/cc/libcpp/Makefile index afb1829fbb1..9e80648a19f 100644 --- a/gnu/usr.bin/cc/libcpp/Makefile +++ b/gnu/usr.bin/cc/libcpp/Makefile @@ -1,11 +1,13 @@ # $FreeBSD: src/gnu/usr.bin/cc/libcpp/Makefile,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ -# $OpenBSD: Makefile,v 1.1 2009/10/15 20:50:20 robert Exp $ +# $OpenBSD: Makefile,v 1.2 2009/10/15 21:08:01 robert Exp $ # Use our headers in preference to ones from ../cc_tools. CFLAGS+= -I${.CURDIR} -I. .include <bsd.own.mk> +.include "${.CURDIR}/../Makefile.inc" + .PATH: ${GCCLIB}/libcpp LIB= cpp |