Module Name:    src
Committed By:   pgoyette
Date:           Tue Dec 28 20:25:31 UTC 2010

Modified Files:
        src/tests/lib/libc/gen: Makefile

Log Message:
Fix name of t_ldexp test from previous


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/gen/Makefile

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

Modified files:

Index: src/tests/lib/libc/gen/Makefile
diff -u src/tests/lib/libc/gen/Makefile:1.9 src/tests/lib/libc/gen/Makefile:1.10
--- src/tests/lib/libc/gen/Makefile:1.9	Tue Dec 28 17:33:58 2010
+++ src/tests/lib/libc/gen/Makefile	Tue Dec 28 20:25:31 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2010/12/28 17:33:58 pgoyette Exp $
+# $NetBSD: Makefile,v 1.10 2010/12/28 20:25:31 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -22,7 +22,7 @@
 .endif
 
 .if (${MACHINE_ARCH} != "vax")
-TESTS_C+=	ldexp
+TESTS_C+=	t_ldexp
 .endif
 
 LDADD.t_syslog_pthread+=-lpthread

Reply via email to