Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump one more typofix
details: https://anonhg.NetBSD.org/src/rev/47ad40df2d2c
branches: trunk
changeset: 785473:47ad40df2d2c
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Mar 15 12:42:18 2013 +0000
description:
one more typofix
diffstat:
sys/rump/Makefile.rump | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d4924a6ef2b1 -r 47ad40df2d2c sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Fri Mar 15 12:18:41 2013 +0000
+++ b/sys/rump/Makefile.rump Fri Mar 15 12:42:18 2013 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index