summaryrefslogtreecommitdiffstats
path: root/rules/sudo.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-10-28 16:54:24 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-10-28 16:54:24 +0000
commitc38b49d0620edb7409d05257802991ba529d7c35 (patch)
tree2b3107701e99fb657fae89ce4e9022f544ef262b /rules/sudo.make
parent614cfb6c450cfd673fe71fc3b2756358554e1123 (diff)
downloadptxdist-c38b49d0620edb7409d05257802991ba529d7c35.tar.gz
ptxdist-c38b49d0620edb7409d05257802991ba529d7c35.tar.xz
* sudo.make:
cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8985 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/sudo.make')
-rw-r--r--rules/sudo.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/sudo.make b/rules/sudo.make
index 5231f7989..422caba0c 100644
--- a/rules/sudo.make
+++ b/rules/sudo.make
@@ -74,12 +74,12 @@ ifdef PTXCONF_SUDO_DONT_SEND_MAILS
SUDO_AUTOCONF += --without-sendmail
endif
- ifndef PTXCONF_SUDO_USE_SENDMAIL
+ifndef PTXCONF_SUDO_USE_SENDMAIL
SUDO_AUTOCONF += --without-sendmail
- endif
- ifndef PTXCONF_SUDO_USE_PAM
+endif
+ifndef PTXCONF_SUDO_USE_PAM
SUDO_AUTOCONF += --without-pam
- endif
+endif
$(STATEDIR)/sudo.prepare: $(sudo_prepare_deps_default)
@$(call targetinfo, $@)