Module Name:    src
Committed By:   pooka
Date:           Fri Mar 15 12:42:18 UTC 2013

Modified Files:
        src/sys/rump: Makefile.rump

Log Message:
one more typofix


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/rump/Makefile.rump

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

Modified files:

Index: src/sys/rump/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.73 src/sys/rump/Makefile.rump:1.74
--- src/sys/rump/Makefile.rump:1.73	Fri Mar 15 12:18:41 2013
+++ src/sys/rump/Makefile.rump	Fri Mar 15 12:42:18 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rump,v 1.73 2013/03/15 12:18:41 pooka Exp $
+#	$NetBSD: Makefile.rump,v 1.74 2013/03/15 12:42:18 pooka Exp $
 #
 
 WARNS?=		3	# XXX: src/sys won't compile with -Wsign-compare yet
@@ -41,7 +41,7 @@ CPPFLAGS+=	-I${RUMPTOP}/..
 .ifdef HAVE_SUN_LD
 LDFLAGS+=	-Wl,-M ${RUMPTOP}/ldscript_sun.rump
 SRCS+=		linksyms_sun.c
-PATH:		${RUMPTOP}
+.PATH:		${RUMPTOP}
 .else
 LDFLAGS+=	-Wl,-T ${RUMPTOP}/ldscript.rump
 .endif

Reply via email to