From: Felix Fietkau Date: Mon, 7 Nov 2005 17:57:52 +0000 (+0000) Subject: fix ttcp .prepared target X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e540137ee3d164b18275fc71508c80b55fd207a8;p=librecmc%2Flibrecmc.git fix ttcp .prepared target SVN-Revision: 2386 --- 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: