diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2008-12-03 15:55:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 20:07:37 +0200 |
commit | 6063ecde2e4eff3ebd5259ff33058faf3e43dbcb (patch) | |
tree | 1813436cff8cd28ab50dbe52efabc02f9a671800 /debian/rules | |
parent | 7d8d824e23d828c84fada5fb3b0180a0a0aa4409 (diff) | |
download | sendmail-debian/8.14.2-4.tar.gz |
Imported Debian patch 8.14.2-4debian/8.14.2-4
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index c93b505..0270321 100755 --- a/debian/rules +++ b/debian/rules @@ -92,7 +92,7 @@ SM_SUBDIRS := editmap libmilter mail.local mailstats \ ifeq (y, $(shell test -x /usr/bin/debuild && echo 'y')) DEB_BUILD = \ DEB_BUILD_OPTIONS="${DEB_BUILD_OPTIONS}" \ - debuild --linda + debuild else DEB_BUILD = \ DEB_BUILD_OPTIONS="${DEB_BUILD_OPTIONS}" \ @@ -131,8 +131,6 @@ all:: # Normalize CDBS rules .PHONY: unpack unpack:: pre-build -.PHONY: patch -patch:: apply-patches .PHONY: configure configure:: common-configure-arch common-configure-indep |