diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 17:57:52 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 17:57:52 +0000 |
| commit | e540137ee3d164b18275fc71508c80b55fd207a8 (patch) | |
| tree | b115b2bf72bd7d9dc2e9d6e158461200dcf9f431 | |
| parent | a00cd0c4fa93bf8db0eb95f457b06130a95b1806 (diff) | |
| download | mtk-20170518-e540137ee3d164b18275fc71508c80b55fd207a8.zip mtk-20170518-e540137ee3d164b18275fc71508c80b55fd207a8.tar.gz mtk-20170518-e540137ee3d164b18275fc71508c80b55fd207a8.tar.bz2 | |
fix ttcp .prepared target
SVN-Revision: 2386
| -rw-r--r-- | openwrt/package/ttcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ttcp/Makefile b/openwrt/package/ttcp/Makefile index 080aa86..6591482 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: |
