summaryrefslogtreecommitdiffstats
path: root/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
commit9185f0d00671b167a07e3ed433b32a5afceee96c (patch)
treea3b03cff06c0b4683d5551474cbd72974acf3342 /package/ttcp
parent1efeab05dc7d38451bf23241cc3d8f17ac77f809 (diff)
fix ttcp .prepared target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2386 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ttcp')
-rw-r--r--package/ttcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ttcp/Makefile b/package/ttcp/Makefile
index 080aa86f0..6591482e9 100644
--- a/package/ttcp/Makefile
+++ b/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: