summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Laska <jlaska@ansible.com>2014-06-20 19:58:52 -0400
committerJames Laska <jlaska@ansible.com>2014-06-20 19:59:09 -0400
commit4046d1fd0d91890d1d8850d0017cad115d829edf (patch)
tree86409747c0165ceb09246f1f42a23f89284f3981 /Makefile
parent70abc6f6ded1a66cd692bcb93c6bbba27bca82cd (diff)
downloadansible-4046d1fd0d91890d1d8850d0017cad115d829edf.tar.gz
Correct Makefile variable usage
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36973372ee..afd7162f96 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ endif
DEBUILD_BIN ?= debuild
DEBUILD_OPTS = --source-option="-I"
DPUT_BIN ?= dput
-DPUT_OPTS =
+DPUT_OPTS ?=
ifeq ($(OFFICIAL),yes)
DEB_RELEASE = 1ppa
# Sign OFFICIAL builds using 'DEBSIGN_KEYID'