1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

add missing .configured target

SVN-Revision: 2379
This commit is contained in:
Felix Fietkau 2005-11-07 17:51:29 +00:00
parent 735286342d
commit cace3d5621

@ -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) \