diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:12:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:12:11 +0000 |
commit | 439b8bac004b39878f4db038d8730887edd115ba (patch) | |
tree | 040ea5c1899822d6690f6bcfd662c711509a7a58 /openwrt/package/base-files | |
parent | e540137ee3d164b18275fc71508c80b55fd207a8 (diff) | |
download | mtk-20170518-439b8bac004b39878f4db038d8730887edd115ba.zip mtk-20170518-439b8bac004b39878f4db038d8730887edd115ba.tar.gz mtk-20170518-439b8bac004b39878f4db038d8730887edd115ba.tar.bz2 |
more cosmetic makefile fixes
SVN-Revision: 2387
Diffstat (limited to 'openwrt/package/base-files')
-rw-r--r-- | openwrt/package/base-files/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index adf2ffb..48099c9 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -30,6 +30,9 @@ $(PKG_BUILD_DIR)/.prepared: mkdir -p $(PKG_BUILD_DIR) $(PACKAGE_DIR) touch $@ +$(PKG_BUILD_DIR)/.configured: + touch $@ + $(PKG_BUILD_DIR)/.built: touch $@ |