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