From 0dbbb2e416384c03d5675f4f253c8d61a2db641d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 21 Jun 2002 15:52:05 +0000 Subject: Reduce the -I's as we don't need them all. --- sbin/rcorder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/rcorder/Makefile b/sbin/rcorder/Makefile index eca13173f4a0..9d8d27bb0bd0 100644 --- a/sbin/rcorder/Makefile +++ b/sbin/rcorder/Makefile @@ -10,7 +10,7 @@ DPADD+= ${LIBUTIL} WARNS= 0 # XXX hack for make's hash.[ch] -CFLAGS+= -DORDER -I${.CURDIR}/../../usr.bin/make -I. +CFLAGS+= -DORDER -I. SRCS+= util.h CLEANFILES+= util.h -- cgit v1.3