From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 7 Nov 2005 18:12:11 +0000 (+0000)
Subject: more cosmetic makefile fixes
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/777c181615574f7464bb3785077187f7c7024a43

more cosmetic makefile fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2387 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile
index adf2ffbb5..48099c947 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 $@
 
diff --git a/openwrt/package/cifsmount/Makefile b/openwrt/package/cifsmount/Makefile
index 2cb64d45f..e435423fe 100644
--- a/openwrt/package/cifsmount/Makefile
+++ b/openwrt/package/cifsmount/Makefile
@@ -13,7 +13,7 @@ include $(TOPDIR)/package/rules.mk
 $(eval $(call PKG_template,CIFSMOUNT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 
 $(PKG_BUILD_DIR)/.prepared:
-	mkdir -p $@
+	mkdir -p $(PKG_BUILD_DIR)
 	touch $@
 
 $(PKG_BUILD_DIR)/.configured:
diff --git a/openwrt/package/libamsel/Makefile b/openwrt/package/libamsel/Makefile
index a14aa0470..530582f3c 100644
--- a/openwrt/package/libamsel/Makefile
+++ b/openwrt/package/libamsel/Makefile
@@ -18,6 +18,9 @@ include $(TOPDIR)/package/rules.mk
 
 $(eval $(call PKG_template,LIBAMSEL,libamsel,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
 
+$(PKG_BUILD_DIR)/.configured:
+	touch $@
+
 $(PKG_BUILD_DIR)/.built:
 	rm -rf $(PKG_INSTALL_DIR)
 	mkdir -p $(PKG_INSTALL_DIR)
diff --git a/openwrt/package/mtd/Makefile b/openwrt/package/mtd/Makefile
index 18ebc9033..0ff1945b4 100644
--- a/openwrt/package/mtd/Makefile
+++ b/openwrt/package/mtd/Makefile
@@ -13,7 +13,10 @@ $(eval $(call PKG_template,MTD,$(PKG_NAME),$(PKG_RELEASE),$(ARCH)))
 $(eval $(call PKG_template,MTD_STATIC,mtd-static,$(PKG_RELEASE),$(ARCH)))
 
 $(PKG_BUILD_DIR)/.prepared:
-	mkdir -p $@
+	mkdir -p $(PKG_BUILD_DIR)
+	touch $@
+
+$(PKG_BUILD_DIR)/.configured:
 	touch $@
 
 $(PKG_BUILD_DIR)/.built: