aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-30 15:28:59 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-30 15:28:59 -0500
commit46d3d7ca7000a64022538bc0666755522468c234 (patch)
treecc0f94bb6a2405a509eefc08afcb378e83599166 /Makefile
parentac1dc9435ad6e9c6178f907615a35ae16801730e (diff)
Fix bug with RAKUDO_VER => RAKUDO_TAG in distbuilding Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43d8903..d8198db 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ $(PARROT).tar.gz:
$(RAKUDO_DIR):
git clone git://github.com/rakudo/rakudo.git $(RAKUDO_DIR)
- cd $(RAKUDO_DIR); git checkout $(RAKUDO_VER); git describe --match '2*' >VERSION
+ cd $(RAKUDO_DIR); git checkout $(RAKUDO_TAG); git describe --match '2*' >VERSION
$(BUILD_DIR)/PARROT_REVISION: $(RAKUDO_DIR) $(RAKUDO_DIR)/build/PARROT_REVISION
cp $(RAKUDO_DIR)/build/PARROT_REVISION $(BUILD_DIR)