aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-18 20:17:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-18 20:17:05 +0000
commit03116cc0b26c60445b0e7792dac3ee5278464faa (patch)
treeb3399a49238541aef32c5e111930626c5a6e92bd /include
parente316e724d115aa683d8162f7dcdc83a9bb9efb59 (diff)
downloadmaster-187ad058-03116cc0b26c60445b0e7792dac3ee5278464faa.tar.gz
master-187ad058-03116cc0b26c60445b0e7792dac3ee5278464faa.tar.bz2
master-187ad058-03116cc0b26c60445b0e7792dac3ee5278464faa.zip
make the buildroot-ng sdk compatible with the old packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4158 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/package.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/package.mk b/include/package.mk
index 2784cc8881..ce07640eed 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -41,6 +41,7 @@ define Build/DefaultTargets
touch $$@
$(STAGING_DIR)/stampfiles/.$(PKG_NAME)-installed: $(PKG_BUILD_DIR)/.built
+ mkdir -p $(STAGING_DIR)/stampfiles
$(call Build/InstallDev)
touch $$@