Module Name:    src
Committed By:   uebayasi
Date:           Sun Dec  6 11:16:26 UTC 2009

Modified Files:
        src/lib/libc/softfloat: Makefile.inc

Log Message:
Fix typo in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/softfloat/Makefile.inc

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

Modified files:

Index: src/lib/libc/softfloat/Makefile.inc
diff -u src/lib/libc/softfloat/Makefile.inc:1.5 src/lib/libc/softfloat/Makefile.inc:1.6
--- src/lib/libc/softfloat/Makefile.inc:1.5	Sun Dec  6 05:34:42 2009
+++ src/lib/libc/softfloat/Makefile.inc	Sun Dec  6 11:16:26 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.5 2009/12/06 05:34:42 uebayasi Exp $
+#	$NetBSD: Makefile.inc,v 1.6 2009/12/06 11:16:26 uebayasi Exp $
 
 SOFTFLOAT_BITS?=64
 .PATH:		${ARCHDIR}/softfloat \
@@ -9,10 +9,10 @@
 
 SRCS.softfloat= softfloat.c
 
-SRCS.softfloat+=fpsetround.c fpgetmask.c fpsetmask.c \
+SRCS.softfloat+=fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \
 		fpgetsticky.c fpsetsticky.c
 
-SRCS.softfloat+=nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \
+SRCS.softfloat+=eqsf2.c nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \
 		eqdf2.c nedf2.c gtdf2.c gedf2.c ltdf2.c ledf2.c negdf2.c \
 		nexf2.c gtxf2.c gexf2.c negxf2.c unordsf2.c unorddf2.c
 

Reply via email to