Module Name: src
Committed By: christos
Date: Tue Jan 6 02:49:21 UTC 2015
Modified Files:
src/tests/net/in_cksum: Makefile
Log Message:
assym.h moved.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/net/in_cksum/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/net/in_cksum/Makefile
diff -u src/tests/net/in_cksum/Makefile:1.4 src/tests/net/in_cksum/Makefile:1.5
--- src/tests/net/in_cksum/Makefile:1.4 Mon Jan 5 18:48:46 2015
+++ src/tests/net/in_cksum/Makefile Mon Jan 5 21:49:21 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/01/05 23:48:46 christos Exp $
+# $NetBSD: Makefile,v 1.5 2015/01/06 02:49:21 christos Exp $
.include <bsd.own.mk>
@@ -16,7 +16,7 @@ ADIR:=${NETBSDSRCDIR}/sys/arch/${i}/${i}
.PATH.S: ${ADIR}
SRCS.in_cksum=cpu_in_cksum.S in_cksum.c
cpu_in_cksum.S: assym.h
-CPPFLAGS+=-DHAVE_CPU_IN_CKSUM -I.
+CPPFLAGS+=-DHAVE_CPU_IN_CKSUM -I${.CURDIR}
.endif
.endfor