summaryrefslogtreecommitdiffstats
path: root/openwrt/package/procmail/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-23 10:37:38 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-23 10:37:38 +0000
commit3fb652a5d6ff5fac49f1aa3ba875884eec954661 (patch)
tree81b2fe5013c3f538c516f121558cf9adeba1dc7b /openwrt/package/procmail/Makefile
parent8c078ef14d07b721f66359ca420b9192e70b94b9 (diff)
fix procmail compile, thx Michael
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3454 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/procmail/Makefile')
-rw-r--r--openwrt/package/procmail/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/openwrt/package/procmail/Makefile b/openwrt/package/procmail/Makefile
index ce7909cb3..ace0a0bf7 100644
--- a/openwrt/package/procmail/Makefile
+++ b/openwrt/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):