summaryrefslogtreecommitdiffstats
path: root/openwrt/package/matrixssl/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 14:47:16 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 14:47:16 +0000
commit951b29f1454350c370dc025e6386df173e6dede7 (patch)
tree0b585c5d7bd55b28b4bf2a8d446dc3cb5f3f306f /openwrt/package/matrixssl/Makefile
parentb40f1b0b8340bd03614fb09daa9e68820efd9225 (diff)
Add missing .configured target causing superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/matrixssl/Makefile')
-rw-r--r--openwrt/package/matrixssl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/matrixssl/Makefile b/openwrt/package/matrixssl/Makefile
index 0b08e222f..356be60fb 100644
--- a/openwrt/package/matrixssl/Makefile
+++ b/openwrt/package/matrixssl/Makefile
@@ -19,6 +19,9 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,LIBMATRIXSSL,libmatrixssl,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(PKG_BUILD_DIR)/.configured:
+ touch $(PKG_BUILD_DIR)/.configured
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR)/src \
$(TARGET_CONFIGURE_OPTS) \