diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 17:51:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 17:51:29 +0000 |
commit | 3f6e4214fc9eb5a51ba5b746e964761ba40ac5ef (patch) | |
tree | 41081976f51dbee40f51a71fa0ca4287075d7f77 /package/picocom/Makefile | |
parent | 42ee0986efe6be358f11d99c2f75e04a06f6ec03 (diff) | |
download | upstream-3f6e4214fc9eb5a51ba5b746e964761ba40ac5ef.tar.gz upstream-3f6e4214fc9eb5a51ba5b746e964761ba40ac5ef.tar.bz2 upstream-3f6e4214fc9eb5a51ba5b746e964761ba40ac5ef.zip |
add missing .configured target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2379 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/picocom/Makefile')
-rw-r--r-- | package/picocom/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/picocom/Makefile b/package/picocom/Makefile index 1f07c61efe..f71665dd6d 100644 --- a/package/picocom/Makefile +++ b/package/picocom/Makefile @@ -18,6 +18,9 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,PICOCOM,picocom,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(PKG_BUILD_DIR)/.configured: + touch $@ + $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ |