Bugfix: Don't override DEBUG-env in Makefile

next
Axel Wagner 2011-02-05 15:20:40 +01:00
parent 972be13dc5
commit acb52fc654
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