diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-02-22 02:37:56 +0100 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-02-22 02:37:56 +0100 |
commit | e24dfafb01a8cfa011fa4c15a8db3cac89094266 (patch) | |
tree | bb02e8115f4fcf57bbe7d2ddea542d862fd9fefa /libs/pthsem | |
parent | cd21cbb82eacf5c2dc60a8dd8dfa51f978b98193 (diff) |
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'libs/pthsem')
-rw-r--r-- | libs/pthsem/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/pthsem/Makefile b/libs/pthsem/Makefile index 0dee689c9..43fd7aec0 100644 --- a/libs/pthsem/Makefile +++ b/libs/pthsem/Makefile @@ -19,7 +19,6 @@ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.auto.tuwien.ac.at/~mkoegler/pth/ PKG_MD5SUM:=9144b26dcc27e67498d63dd5456f934c -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 |