summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rbutil/libtools.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/libtools.make b/rbutil/libtools.make
index fda9b68132..2afe4d2af0 100644
--- a/rbutil/libtools.make
+++ b/rbutil/libtools.make
@@ -24,7 +24,7 @@ TOP := $(dir $(lastword $(MAKEFILE_LIST)))
24 24
25# overwrite for releases 25# overwrite for releases
26APPVERSION ?= $(shell $(TOP)/../tools/version.sh ../) 26APPVERSION ?= $(shell $(TOP)/../tools/version.sh ../)
27CFLAGS += -DVERSION=\"$(APPVERSION)\" 27CFLAGS += -DVERSION=\""$(APPVERSION)"\"
28TARGET_DIR ?= $(shell pwd)/ 28TARGET_DIR ?= $(shell pwd)/
29 29
30# use POSIX/C99 printf on windows 30# use POSIX/C99 printf on windows