summaryrefslogtreecommitdiffstats
path: root/src/pthreads.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/pthreads.mk')
-rw-r--r--src/pthreads.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk
index 5e63def..827cce8 100644
--- a/src/pthreads.mk
+++ b/src/pthreads.mk
@@ -27,10 +27,9 @@ define PTHREADS_TEST
`'$(TARGET)-pkg-config' --libs pthreads`
# test cmake
- $(and $(ENABLE_CMAKE_TESTS),
mkdir '$(1).test-cmake'
cd '$(1).test-cmake' && '$(TARGET)-cmake' \
-DPKG=$(PKG) \
'$(PWD)/src/cmake/test'
- $(MAKE) -C '$(1).test-cmake' -j 1 install)
+ $(MAKE) -C '$(1).test-cmake' -j 1 install
endef