Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/in_cksum assym.h moved.



details:   https://anonhg.NetBSD.org/src/rev/b020726316fb
branches:  trunk
changeset: 335414:b020726316fb
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 06 02:49:21 2015 +0000

description:
assym.h moved.

diffstat:

 tests/net/in_cksum/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 682247431004 -r b020726316fb tests/net/in_cksum/Makefile
--- a/tests/net/in_cksum/Makefile       Tue Jan 06 01:23:24 2015 +0000
+++ b/tests/net/in_cksum/Makefile       Tue Jan 06 02:49:21 2015 +0000
@@ -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 @@
 .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
 



Home | Main Index | Thread Index | Old Index