diff options
Diffstat (limited to 'package/ttcp')
-rw-r--r-- | package/ttcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ttcp/Makefile b/package/ttcp/Makefile index 75b355cd6..beba73e71 100644 --- a/package/ttcp/Makefile +++ b/package/ttcp/Makefile @@ -14,7 +14,7 @@ WRKDIST= ${WRKDIR}/ttcp include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,TTCP,ttcp,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,TTCP,ttcp,${PKG_VERSION}-${PKG_RELEASE})) do-build: ${TARGET_CC} ${TCFLAGS} -o ${WRKBUILD}/ttcp ttcp.c |