From: Felix Fietkau Date: Mon, 7 Nov 2005 17:57:52 +0000 (+0000) Subject: fix ttcp .prepared target X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=033b66cd16cadee97fd46e7300a9dbb371c46ee6;p=15.05%2Fopenwrt.git fix ttcp .prepared target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2386 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/ttcp/Makefile b/openwrt/package/ttcp/Makefile index 080aa86f0c..6591482e97 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: