From 739e54db938177d4793bfee8c644ea28ba406a59 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 18 Jul 2006 20:17:05 +0000 Subject: make the buildroot-ng sdk compatible with the old packages SVN-Revision: 4158 --- openwrt/include/package.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/include/package.mk') diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk index 2784cc8..ce07640 100644 --- a/openwrt/include/package.mk +++ b/openwrt/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 $$@ -- cgit v1.1