diff options
Diffstat (limited to 'package/bwm/Makefile')
-rw-r--r-- | package/bwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bwm/Makefile b/package/bwm/Makefile index 9d5fa7df0..ebd8de30d 100644 --- a/package/bwm/Makefile +++ b/package/bwm/Makefile @@ -15,7 +15,7 @@ WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}.orig include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,BWM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,BWM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE})) do-build: ${TARGET_CC} ${TARGET_CFLAGS} ${WRKBUILD}/bwm.c -o ${WRKBUILD}/bwm |