buildsystem: fix escaped space within quotes in REPOSITORY_VER causing compilation...
authorRejean Loyer <redj@ecere.com>
Tue, 3 Jun 2014 15:44:15 +0000 (11:44 -0400)
committerJerome St-Louis <jerome@ecere.com>
Wed, 4 Jun 2014 17:10:16 +0000 (13:10 -0400)
crossplatform.mk

index 284c890..c6ffc2a 100644 (file)
@@ -292,7 +292,7 @@ ifndef REPOSITORY_VER
       else
          ifneq ($(shell $(GIT) log -n 1 --format="%%%%" $(nullerror)),)
             export GIT_REPOSITORY := yes
-            export REPOSITORY_VER := $(shell $(GIT) describe --tags --dirty="\ (dirty)" --always)
+            export REPOSITORY_VER := $(shell $(GIT) describe --tags --dirty=" (dirty)" --always)
          endif
       endif
    endif