Module Name:    src
Committed By:   tsutsui
Date:           Sat Jul  2 17:33:10 UTC 2011

Modified Files:
        src/sys/arch/shark/conf: Makefile.shark.inc

Log Message:
Remove an extra backslash.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/shark/conf/Makefile.shark.inc

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

Modified files:

Index: src/sys/arch/shark/conf/Makefile.shark.inc
diff -u src/sys/arch/shark/conf/Makefile.shark.inc:1.14 src/sys/arch/shark/conf/Makefile.shark.inc:1.15
--- src/sys/arch/shark/conf/Makefile.shark.inc:1.14	Sat Jul  2 14:17:40 2011
+++ src/sys/arch/shark/conf/Makefile.shark.inc	Sat Jul  2 17:33:10 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.shark.inc,v 1.14 2011/07/02 14:17:40 mrg Exp $
+#	$NetBSD: Makefile.shark.inc,v 1.15 2011/07/02 17:33:10 tsutsui Exp $
 
 MACHINE_ARCH=		arm
 CPPFLAGS+=		-D${MACHINE}
@@ -19,7 +19,7 @@
 	-R .ident -R .arm.atpcs -R .comment -R .note.netbsd.ident \
 	-R .debug_abbrev -R .debug_info -R .debug_line -R .debug_str \
 	-R .debug_frame -R .debug_loc -R .debug_pubnames \
-	-R .debug_aranges -R .debug_pubtypes -R .ARM.attributes \
+	-R .debug_aranges -R .debug_pubtypes -R .ARM.attributes
 
 SYSTEM_LD_TAIL_EXTRA+=; \
 	echo \

Reply via email to