aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f82ff2..541fec3 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ $(PARROT_TGZ):
wget http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ)
$(NQP_DIR): $(NQP_TGZ)
- tar -C $(DISTDIR)/$(NQP) -xvzf $(NQP_TGZ)
+ tar -C $(DISTDIR) -xvzf $(NQP_TGZ)
$(NQP_TGZ):
wget --no-check-certificate https://github.com/downloads/perl6/nqp/$(NQP_TGZ)