diff options
Diffstat (limited to 'package/pptp/Makefile')
-rw-r--r-- | package/pptp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pptp/Makefile b/package/pptp/Makefile index 5c76fbba7..41ac8243d 100644 --- a/package/pptp/Makefile +++ b/package/pptp/Makefile @@ -13,7 +13,7 @@ MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=pptpclient/} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,PPTP,pptp,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,PPTP,pptp,${PKG_VERSION}-${PKG_RELEASE})) BUILD_STYLE:= auto MAKE_FLAGS+= CC="${TARGET_CC}" \ |