From 4046d1fd0d91890d1d8850d0017cad115d829edf Mon Sep 17 00:00:00 2001 From: James Laska Date: Fri, 20 Jun 2014 19:58:52 -0400 Subject: [PATCH] Correct Makefile variable usage --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'