diff options
Diffstat (limited to 'package/libpthread/Makefile')
-rw-r--r-- | package/libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpthread/Makefile b/package/libpthread/Makefile index 483fcc136..d337a441d 100644 --- a/package/libpthread/Makefile +++ b/package/libpthread/Makefile @@ -16,7 +16,7 @@ NO_DISTFILES:= 1 include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBPTHREAD,libpthread,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,LIBPTHREAD,libpthread,${PKG_VERSION}-${PKG_RELEASE})) do-install: ${INSTALL_DIR} ${IDIR_LIBPTHREAD}/lib |