summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-30 02:19:01 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-30 02:19:01 -0400
commitfc1ad3d8f0a51abbf0eabdf4181b698001b6a9e0 (patch)
treea68d1b817da3d78d5f5aa3d9e67c71fd6a1352ed /Makefile
parent5b9bc1f149a566f447e3fc1c0144f2a35746c0ab (diff)
Makefile: add missing backslash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98e5a7a..527bdac 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ deps2classpath = $(shell echo $(abspath $(call deps2jars,$1)) | tr ' ' :)
$(addprefix build/packages/,$(package_specific)): \
build/packages/%: RECURSIVE build/compile/% makefiles/%.mk
- $(MAKE) -C build/compile/$* -f '$(top)/makefiles/$*.mk' install
+ $(MAKE) -C build/compile/$* -f '$(top)/makefiles/$*.mk' install \
DESTDIR='$(top)/$@' \
CLASSPATH='$(call deps2classpath,$^)'
mkdir -p build/packages/dest && lndir -silent '$(top)/$@' build/packages/dest