aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-11-07 18:12:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-11-07 18:12:11 +0000
commit9722bc08f17d76f11c19e6e6068e34978609983b (patch)
treee69283ca33ec5e35011efd2f006cefbe47c5bae9 /package/base-files/Makefile
parent0fc275cf9aad08ec284f2401d7ffee4cec41db50 (diff)
downloadupstream-9722bc08f17d76f11c19e6e6068e34978609983b.tar.gz
upstream-9722bc08f17d76f11c19e6e6068e34978609983b.tar.bz2
upstream-9722bc08f17d76f11c19e6e6068e34978609983b.zip
more cosmetic makefile fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r--package/base-files/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index adf2ffbb57..48099c9470 100644
--- a/package/base-files/Makefile
+++ b/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 $@