aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8807c96..7d18df8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,6 @@ export KALEIDOSCOPE_DIR = $(shell readlink -f $(THISDIR)/../Kaleidoscope)
DAKKAR_VERSION := $(shell git describe --dirty --always --tags --first-parent)
-export LOCAL_CFLAGS = -DBUILD_INFORMATION="$(DAKKAR_VERSION)"
+export LOCAL_CFLAGS = -DBUILD_INFORMATION=\""$(DAKKAR_VERSION)"\"
include $(KALEIDOSCOPE_DIR)/etc/makefiles/sketch.mk