From 02480450672bb29c7c9f11bb87e76114105cd35b Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Sat, 5 Feb 2011 15:20:40 +0100 Subject: [PATCH] Bugfix: Don't override DEBUG-env in Makefile --- i3bar/common.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2