about summary refs log tree commit diff
path: root/lib.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib.mk')
-rw-r--r--lib.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib.mk b/lib.mk
index aa92d8d94304..16a43f45e26e 100644
--- a/lib.mk
+++ b/lib.mk
@@ -14,6 +14,11 @@ dist-files :=
 OS = $(shell uname -s)
 
 
+# Hack to define a literal space.
+space :=
+space +=
+
+
 # Default installation paths.
 prefix ?= /usr/local
 libdir ?= $(prefix)/lib