diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 17:53:23 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-07 17:53:23 +0000 |
commit | f686cf91cf31f2ddf2cb575c1fd661a5e62a3228 (patch) | |
tree | 3588920b5d9e4c15987c7b9fe310910c6e4047c8 /openwrt | |
parent | 5cbc14021bc1c511fadb82507885a92bcc181d4a (diff) |
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2382 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/portsentry/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/portsentry/Makefile b/openwrt/package/portsentry/Makefile index 7c5dd3cf71..12452596e3 100644 --- a/openwrt/package/portsentry/Makefile +++ b/openwrt/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 $@ |