Module Name:    src
Committed By:   christos
Date:           Sat Feb  5 03:09:46 UTC 2011

Modified Files:
        src/usr.bin/xlint/lint1: Makefile.ops-c Makefile.ops-h

Log Message:
fix tools build. Why doesn't .PARSEDIR work?


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/lint1/Makefile.ops-c \
    src/usr.bin/xlint/lint1/Makefile.ops-h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/lint1/Makefile.ops-c
diff -u src/usr.bin/xlint/lint1/Makefile.ops-c:1.1 src/usr.bin/xlint/lint1/Makefile.ops-c:1.2
--- src/usr.bin/xlint/lint1/Makefile.ops-c:1.1	Fri Feb  4 18:32:44 2011
+++ src/usr.bin/xlint/lint1/Makefile.ops-c	Fri Feb  4 22:09:46 2011
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile.ops-c,v 1.1 2011/02/04 23:32:44 christos Exp $
+#	$NetBSD: Makefile.ops-c,v 1.2 2011/02/05 03:09:46 christos Exp $
 
 ops.c: ops.def
 	${_MKTARGET_CREATE}
-	AWK=${TOOL_AWK:Q} ${HOST_SH} ${.CURDIR}/mkops -c ${.ALLSRC} > ${.TARGET}
+	AWK=${TOOL_AWK:Q} ${HOST_SH} ${NETBSDSRCDIR}/usr.bin/xlint/lint1/mkops -c ${.ALLSRC} > ${.TARGET}
 
 SRCS+=		ops.c
 CLEANFILES+=	ops.c
Index: src/usr.bin/xlint/lint1/Makefile.ops-h
diff -u src/usr.bin/xlint/lint1/Makefile.ops-h:1.1 src/usr.bin/xlint/lint1/Makefile.ops-h:1.2
--- src/usr.bin/xlint/lint1/Makefile.ops-h:1.1	Fri Feb  4 18:32:44 2011
+++ src/usr.bin/xlint/lint1/Makefile.ops-h	Fri Feb  4 22:09:46 2011
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile.ops-h,v 1.1 2011/02/04 23:32:44 christos Exp $
+#	$NetBSD: Makefile.ops-h,v 1.2 2011/02/05 03:09:46 christos Exp $
 
 ops.h: ops.def
 	${_MKTARGET_CREATE}
-	AWK=${TOOL_AWK:Q} ${HOST_SH} ${.CURDIR}/mkops -h ${.ALLSRC} > ${.TARGET}
+	AWK=${TOOL_AWK:Q} ${HOST_SH} ${NETBSDSRCDIR}/usr.bin/xlint/lint1/mkops -h ${.ALLSRC} > ${.TARGET}
 
 CLEANFILES+=	ops.h
 

Reply via email to