]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Don't override DEBUG-env in Makefile
authorAxel Wagner <mail@merovius.de>
Sat, 5 Feb 2011 14:20:40 +0000 (15:20 +0100)
committerAxel Wagner <mail@merovius.de>
Sat, 5 Feb 2011 14:20:40 +0000 (15:20 +0100)
i3bar/common.mk

index 3d44b02805bf20d4accb5bb7c1cf9bb4b4c23bd0..db0e549d0ff2fe63c51dfbe6aa1e69d1e6861031 100644 (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