Commit 2e5605f6 authored by Christophe Gisquet's avatar Christophe Gisquet Committed by Michael Niedermayer

x86: Makefile: fix DBG parameter evaluation

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c5c4ca6b
......@@ -7,7 +7,7 @@ all: all-yes
DEFAULT_YASMD=.dbg
ifeq (1, DBG)
ifeq ($(DBG),1)
YASMD=$(DEFAULT_YASMD)
else
YASMD=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment