Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 12:01:22 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10468 for review
Message-ID:  <200204291901.g3TJ1M264759@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=10468

Change 10468 by green@green_laptop_2 on 2002/04/29 12:01:10

	Prefer "${.OBJDIR}" in Makefiles instead of ".".

Affected files ...

... //depot/projects/trustedbsd/mac/sbin/sebsd_checkpolicy/Makefile#3 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sbin/sebsd_checkpolicy/Makefile#3 (text+ko) ====

@@ -10,7 +10,7 @@
 CFLAGS+=-I${.CURDIR}/../../sys/security/sebsd/ss
 CFLAGS+=-I${.CURDIR}/../../sys/security/sebsd
 CFLAGS+=-I${.CURDIR}/../../sys
-CFLAGS+=-I.
+CFLAGS+=-I${.OBJDIR}
 
 LDADD+= -lfl
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204291901.g3TJ1M264759>