Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
give JVM Makefile an optional DESTDIR
... as proposed by (Gerd Pokorra)++
  • Loading branch information
moritz committed Oct 9, 2013
1 parent 5543a71 commit 7d220ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile-JVM.in
Expand Up @@ -5,7 +5,7 @@ PERL = perl
PROVE = prove
ASM = 3rdparty/asm/

PREFIX = @prefix@
PREFIX = $(DESTDIR)@prefix@
BIN_DIR = $(PREFIX)/bin
NQP_LANG_DIR= $(PREFIX)/languages/nqp
NQP_JAR_DIR = $(NQP_LANG_DIR)/runtime
Expand Down

0 comments on commit 7d220ef

Please sign in to comment.