From a08a0416b8242b9a187ca9fe7f33ae4562bdcfb6 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Mon, 5 Jul 2004 15:18:35 +0000 Subject: [PATCH] Include the header files from the current source tree and not from /usr/src. --- test/caps/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/caps/Makefile b/test/caps/Makefile index 4ee814ec9b..4412a5a418 100644 --- a/test/caps/Makefile +++ b/test/caps/Makefile @@ -1,10 +1,11 @@ -# $DragonFly: src/test/caps/Makefile,v 1.6 2004/03/07 23:36:45 dillon Exp $ +# $DragonFly: src/test/caps/Makefile,v 1.7 2004/07/05 15:18:35 joerg Exp $ # # thr{1,2,3} disabled (obsolete at the moment) TARGETS= /tmp/caps_s /tmp/caps_c /tmp/caps_e /tmp/caps_d -CFLAGS= -O2 -g -I/usr/src/lib -I/usr/src/lib/libcaps/${MACHINE_ARCH} -DSMP +CFLAGS= -O2 -g -DSMP +CFLAGS+=-I${.CURDIR}/../../lib -I${.CURDIR}/../../lib/libcaps/${MACHINE_ARCH} all: $(TARGETS) -- 2.41.0