From 2aed648e0ab8fad615d1090805022bd3a373f4c0 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 7 Nov 2005 17:53:23 +0000 Subject: [PATCH] add missing .configured target git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2382 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/portsentry/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/portsentry/Makefile b/package/portsentry/Makefile index 7c5dd3cf71..12452596e3 100644 --- a/package/portsentry/Makefile +++ b/package/portsentry/Makefile @@ -17,6 +17,9 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,PORTSENTRY,portsentry,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(PKG_BUILD_DIR)/.configured: + touch $@ + $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) linux touch $@ -- 2.11.0