Module Name:    src
Committed By:   jruoho
Date:           Fri Jul 15 14:00:41 UTC 2011

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

Log Message:
Fix wrong linker flag that has always been lurking here.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libc/stdlib/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/stdlib/Makefile
diff -u src/tests/lib/libc/stdlib/Makefile:1.16 src/tests/lib/libc/stdlib/Makefile:1.17
--- src/tests/lib/libc/stdlib/Makefile:1.16	Fri Jul 15 13:54:31 2011
+++ src/tests/lib/libc/stdlib/Makefile	Fri Jul 15 14:00:41 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/07/15 13:54:31 jruoho Exp $
+# $NetBSD: Makefile,v 1.17 2011/07/15 14:00:41 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -25,7 +25,7 @@
 PROGS+=		h_getopt h_getopt_long
 
 LDADD.t_strtod=			-lm
-LDADD.t_getenv_thread=		-pthread
+LDADD.t_getenv_thread=		-lpthread
 
 COPTS+=				-ffloat-store
 

Reply via email to