summaryrefslogtreecommitdiffstats
path: root/package/procmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/procmail/Makefile')
-rw-r--r--package/procmail/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/procmail/Makefile b/package/procmail/Makefile
index ce7909cb3..ace0a0bf7 100644
--- a/package/procmail/Makefile
+++ b/package/procmail/Makefile
@@ -18,11 +18,9 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,PROCMAIL,procmail,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR)/ init \
+ $(MAKE) -C $(PKG_BUILD_DIR)/src -f ../Makefile.openwrt \
CC=$(TARGET_CC)
- echo yes | $(MAKE) -C $(PKG_BUILD_DIR)/src/ procmail formail \
- CC=$(TARGET_CC)
touch $@
$(IPKG_PROCMAIL):