From 22cf3c1924f81c7e481a57a0e0a5669eb7edf41a Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 4 Sep 1996 22:25:35 +0000 Subject: Removed unused `-I.'s from CFLAGS. "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'. --- usr.sbin/pccard/pccardc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pccard/pccardc') diff --git a/usr.sbin/pccard/pccardc/Makefile b/usr.sbin/pccard/pccardc/Makefile index 7eaa9b8..75eed6b 100644 --- a/usr.sbin/pccard/pccardc/Makefile +++ b/usr.sbin/pccard/pccardc/Makefile @@ -1,14 +1,14 @@ # # pccardc Makefile # -# $Id: Makefile,v 1.1 1995/08/24 09:02:45 phk Exp $ +# $Id: Makefile,v 1.2 1996/04/09 23:31:51 nate Exp $ # PROG= pccardc NOMAN= noman SRCS= pccardc.c dumpcis.c readcis.c printcis.c enabler.c pccardmem.c \ rdmap.c rdreg.c wrattr.c wrreg.c -CFLAGS+= -I. -I${.CURDIR}/../pccardd +CFLAGS+= -I${.CURDIR}/../pccardd .include .PATH: ${.CURDIR}/../pccardd -- cgit v1.1