summaryrefslogtreecommitdiffstats
path: root/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
commitbbd1fd18a2bd95b43cad8d7c31b5bdf6c89decdc (patch)
treece85ed75185abc8e4c2b23e3ad102945b9e71720 /package/procmail/Makefile
parentf4c80f23f99f9c4c8c7d7cb976a4e9ede47d0452 (diff)
fix procmail compile, thx Michael
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3454 3c298f89-4303-0410-b956-a3cf2f4a3e73
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):