summaryrefslogtreecommitdiffstats
path: root/src/pthreads.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-11-30 03:51:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-11-30 03:51:46 (GMT)
commit88859e7a0f7c3e39a9ca85d386a85245ac95a0c3 (patch)
tree4afa4ba9386dbc13eb2f40db676a0cc4558fcd9f /src/pthreads.mk
parentd6e2ad38053a9c45c1f62094b63001a195103276 (diff)
downloadmxe-88859e7a0f7c3e39a9ca85d386a85245ac95a0c3.zip
mxe-88859e7a0f7c3e39a9ca85d386a85245ac95a0c3.tar.gz
mxe-88859e7a0f7c3e39a9ca85d386a85245ac95a0c3.tar.bz2
pthreads, qt5: remove unnecessary *_UPDATE boilerplate
Diffstat (limited to 'src/pthreads.mk')
-rw-r--r--src/pthreads.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pthreads.mk b/src/pthreads.mk
index e8b1a89..d69b3b9 100644
--- a/src/pthreads.mk
+++ b/src/pthreads.mk
@@ -8,10 +8,6 @@ PKG := pthreads
$(PKG)_VERSION := POSIX 1003.1-2001
$(PKG)_DEPS := gcc
-define $(PKG)_UPDATE
- echo $(pthreads_VERSION)
-endef
-
define $(PKG)_BUILD
# install and test pkg-config
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib/pkgconfig'