Skip to content

Commit

Permalink
x86: Makefile: fix DBG parameter evaluation
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
  • Loading branch information
cgisquet authored and michaelni committed Mar 11, 2015
1 parent c5c4ca6 commit 2e5605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mak
Expand Up @@ -7,7 +7,7 @@ all: all-yes

DEFAULT_YASMD=.dbg

ifeq (1, DBG)
ifeq ($(DBG),1)
YASMD=$(DEFAULT_YASMD)
else
YASMD=
Expand Down

0 comments on commit 2e5605f

Please sign in to comment.