summaryrefslogtreecommitdiffstats
path: root/package/microperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/microperl/Makefile')
-rw-r--r--package/microperl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/microperl/Makefile b/package/microperl/Makefile
index 3cf92d9b2..5a8a8187c 100644
--- a/package/microperl/Makefile
+++ b/package/microperl/Makefile
@@ -20,6 +20,9 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,MICROPERL,microperl,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(PKG_BUILD_DIR)/.configured:
+ touch $(PKG_BUILD_DIR)/.configured
+
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) -f Makefile.micro \
CC="$(TARGET_CC)" OPTIMIZE="$(TARGET_CFLAGS)"