From 46d3d7ca7000a64022538bc0666755522468c234 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Fri, 30 Jul 2010 15:28:59 -0500 Subject: Fix bug with RAKUDO_VER => RAKUDO_TAG in distbuilding Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.1