Bugfix: Don't override DEBUG-env in Makefile
This commit is contained in:
parent
972be13dc5
commit
acb52fc654
|
@ -1,5 +1,7 @@
|
||||||
INSTALL=install
|
INSTALL=install
|
||||||
|
ifndef DEBUG
|
||||||
DEBUG=1
|
DEBUG=1
|
||||||
|
endif
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
|
||||||
# The escaping is absurd, but we need to escape for shell, sed, make, define
|
# The escaping is absurd, but we need to escape for shell, sed, make, define
|
||||||
|
|
Loading…
Reference in New Issue