Bugfix: Don't override DEBUG-env in Makefile

This commit is contained in:
Axel Wagner 2011-02-05 15:20:40 +01:00
parent 29d03f917b
commit 0248045067
1 changed files with 2 additions and 0 deletions

View File

@ -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