Skip to content

Commit 7d220ef

Browse files
committed
give JVM Makefile an optional DESTDIR
... as proposed by (Gerd Pokorra)++
1 parent 5543a71 commit 7d220ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/Makefile-JVM.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PERL = perl
55
PROVE = prove
66
ASM = 3rdparty/asm/
77

8-
PREFIX = @prefix@
8+
PREFIX = $(DESTDIR)@prefix@
99
BIN_DIR = $(PREFIX)/bin
1010
NQP_LANG_DIR= $(PREFIX)/languages/nqp
1111
NQP_JAR_DIR = $(NQP_LANG_DIR)/runtime

0 commit comments

Comments
 (0)