Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/veriexecctl Need -I. here as well so OBJDIR's work corr...
details: https://anonhg.NetBSD.org/src/rev/09b06807133d
branches: trunk
changeset: 580731:09b06807133d
user: jmc <jmc%NetBSD.org@localhost>
date: Fri May 06 21:51:21 2005 +0000
description:
Need -I. here as well so OBJDIR's work correctly in all cases
diffstat:
sbin/veriexecctl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 51d1f0a4979c -r 09b06807133d sbin/veriexecctl/Makefile
--- a/sbin/veriexecctl/Makefile Fri May 06 21:02:21 2005 +0000
+++ b/sbin/veriexecctl/Makefile Fri May 06 21:51:21 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/25 00:40:31 blymn Exp $
+# $NetBSD: Makefile,v 1.9 2005/05/06 21:51:21 jmc Exp $
WARNS=3
PROG= veriexecctl
@@ -6,7 +6,7 @@
SRCS= veriexecctl_parse.y veriexecctl_conf.l veriexecctl.c
YHEADER= 1
-CPPFLAGS+= -I${.CURDIR}
+CPPFLAGS+= -I${.CURDIR} -I.
DPADD+= ${LIBL}
LDADD+= -ll
Home |
Main Index |
Thread Index |
Old Index