aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a5cfb7..948177d 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,7 @@ $(BUILD_DIR)/PARROT_REVISION: $(RAKUDO_DIR) $(RAKUDO_DIR)/build/PARROT_REVISION
$(MODULES_DIR): always
mkdir -p $(MODULES_DIR)
cd $(MODULES_DIR); for repo in $(MODULES); do git clone $$repo.git; done
+ cd $(MODULES_DIR)/yaml-pm6; git checkout rakudo-star-1
$(DISTDIR)/Configure.pl: build/Configure.pl
cp build/Configure.pl $(DISTDIR)