OSDN Git Service

test: dlopen: fix misplaced buildsys hunk
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 23 Feb 2013 07:59:45 +0000 (08:59 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 14 Mar 2013 21:49:25 +0000 (22:49 +0100)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
test/dlopen/Makefile
test/dlopen/Makefile.in

index 92d14b9..ef15d86 100644 (file)
@@ -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
index 9b4af35..85996de 100644 (file)
@@ -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\""