Skip to content

Commit

Permalink
Correct Makefile variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaska committed Jun 20, 2014
1 parent 70abc6f commit 4046d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4046d1f

Please sign in to comment.