about summary refs log tree commit diff
path: root/lib.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-11T13·47+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-09-11T13·47+0200
commit9648222ef0ad7cd4478d61c3ffd6fe9926a859df (patch)
tree292bf9230d8078bbc4feb40b1587857389ef67a3 /lib.mk
parent44e7e3bb9b36bca7023d207c51b7380b78ccfc4c (diff)
Support specifying a JAR manifest
Diffstat (limited to 'lib.mk')
-rw-r--r--lib.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib.mk b/lib.mk
index 16a43f45e26e..31308deaa886 100644
--- a/lib.mk
+++ b/lib.mk
@@ -14,11 +14,22 @@ dist-files :=
 OS = $(shell uname -s)
 
 
+# Use bash (required for process substitution in the JAR function).
+SHELL = bash
+
+
 # Hack to define a literal space.
 space :=
 space +=
 
 
+# Hack to define a literal newline.
+define newline
+
+
+endef
+
+
 # Default installation paths.
 prefix ?= /usr/local
 libdir ?= $(prefix)/lib