summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ttcp
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 17:57:52 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-07 17:57:52 +0000
commitb02b153ab877fbb4a23b5da4407c86139d1fcb56 (patch)
tree27470c18a34380c2d955f6aded0c28bcf6477598 /openwrt/package/ttcp
parentf53378ed6c85a5aaf3c372a7a1079c9c38a9dda8 (diff)
fix ttcp .prepared target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2386 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ttcp')
-rw-r--r--openwrt/package/ttcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ttcp/Makefile b/openwrt/package/ttcp/Makefile
index 080aa86f0..6591482e9 100644
--- a/openwrt/package/ttcp/Makefile
+++ b/openwrt/package/ttcp/Makefile
@@ -13,7 +13,7 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,TTCP,ttcp,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.prepared:
- mkdir -p $@
+ mkdir -p $(PKG_BUILD_DIR)
touch $@
$(PKG_BUILD_DIR)/.configured: