From: Axel Wagner Date: Sat, 5 Feb 2011 14:20:40 +0000 (+0100) Subject: Bugfix: Don't override DEBUG-env in Makefile X-Git-Tag: 4.0.1~7^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=02480450672bb29c7c9f11bb87e76114105cd35b;p=i3%2Fi3 Bugfix: Don't override DEBUG-env in Makefile --- diff --git a/i3bar/common.mk b/i3bar/common.mk index 3d44b028..db0e549d 100644 --- a/i3bar/common.mk +++ b/i3bar/common.mk @@ -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