[git commit] test: dlopen: fix misplaced buildsys hunk

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Mar 14 21:49:25 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=f4abc54226d690fd6fdc5f077e63c396831c61b2
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 test/dlopen/Makefile    |    5 -----
 test/dlopen/Makefile.in |    5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile
index 92d14b9..ef15d86 100644
--- a/test/dlopen/Makefile
+++ b/test/dlopen/Makefile
@@ -4,9 +4,4 @@
 top_builddir=../../
 include ../Rules.mak
 -include Makefile.in
-ifneq ($(HAVE_SHARED),y)
-TESTS_DISABLED := test3
-LDFLAGS_libtest.so := -lpthread
-endif
-
 include ../Test.mak
diff --git a/test/dlopen/Makefile.in b/test/dlopen/Makefile.in
index 9b4af35..85996de 100644
--- a/test/dlopen/Makefile.in
+++ b/test/dlopen/Makefile.in
@@ -7,6 +7,11 @@ export UCLIBC_ONLY := 1
 TESTS := dltest dltest2 dlstatic test1 test2 test3 dlundef dlafk dladdr \
 	testscope
 
+ifneq ($(HAVE_SHARED),y)
+TESTS_DISABLED := test3
+LDFLAGS_libtest.so := -lpthread
+endif
+
 CFLAGS_dltest    := -DLIBNAME="\"./libtest.so\""
 CFLAGS_dltest2   := -DLIBNAME="\"./libtest3.so\""
 


More information about the uClibc-cvs mailing list