summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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