summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-02-23 08:59:45 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-03-14 22:49:25 +0100
commitf4abc54226d690fd6fdc5f077e63c396831c61b2 (patch)
treedfc101a8f709614f4a0ab57f459da6d010abf4d2 /test
parentb17f1cd2b8dba9eafbc817a526d1d8fc931c90e7 (diff)
test: dlopen: fix misplaced buildsys hunk
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/dlopen/Makefile5
-rw-r--r--test/dlopen/Makefile.in5
2 files changed, 5 insertions, 5 deletions
diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile
index 92d14b90e..ef15d861d 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 9b4af35e4..85996def4 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\""