Bugfix: Don't override DEBUG-env in Makefile
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user