Module Name: src
Committed By: pooka
Date: Fri Mar 15 12:18:41 UTC 2013
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
On second thought, let's use make syntax in makefiles ...
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 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.72 src/sys/rump/Makefile.rump:1.73
--- src/sys/rump/Makefile.rump:1.72 Fri Mar 15 12:15:52 2013
+++ src/sys/rump/Makefile.rump Fri Mar 15 12:18:41 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.72 2013/03/15 12:15:52 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.73 2013/03/15 12:18:41 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -44,7 +44,7 @@ SRCS+= linksyms_sun.c
PATH: ${RUMPTOP}
.else
LDFLAGS+= -Wl,-T ${RUMPTOP}/ldscript.rump
-.fi
+.endif
RUMP_DIAGNOSTIC?=yes
.if ${RUMP_DIAGNOSTIC} == "yes"