From 6a99eb78ce363b4c84ab8b4ac92fa3e8a550ec85 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 1 Feb 1998 18:12:15 +0000 Subject: Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}. --- sys/modules/coff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/coff') diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile index a2e032e..144a49e 100644 --- a/sys/modules/coff/Makefile +++ b/sys/modules/coff/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 12:47:46 peter Exp $ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_coff_mod SRCS= coff.c imgact_coff.c vnode_if.h NOMAN= CLEANFILES+= vnode_if.h vnode_if.c -CFLAGS+= -DLKM -I. -DCOMPAT_IBCS2 +CFLAGS+= -DLKM -DCOMPAT_IBCS2 .include -- cgit v1.1