From c6b1616a33d0b61803dbd15d5b3182ed10930ac3 Mon Sep 17 00:00:00 2001 From: bbkr Date: Thu, 19 Apr 2012 12:33:07 +0200 Subject: Fixed path in comment that points to makefile where modules should be also listed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 694feeb..8d2c538 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ RAKUDO_DIR = $(DISTDIR)/$(RAKUDO) ## If you add a module here, don't forget to update MODULES -## in skel/build/Makefile.in to actually install it +## in skel/tools/build/Makefile.in to actually install it MODULES_DIR = $(DISTDIR)/modules MODULES = \ git://github.com/masak/ufo \ -- cgit v1.1 From 543be937c73b8331a83969e751cf967408393f83 Mon Sep 17 00:00:00 2001 From: bbkr Date: Thu, 19 Apr 2012 12:34:17 +0200 Subject: Removed duplicated LWP::Simple module. --- skel/tools/build/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/skel/tools/build/Makefile.in b/skel/tools/build/Makefile.in index fc0279b..63a4f8b 100644 --- a/skel/tools/build/Makefile.in +++ b/skel/tools/build/Makefile.in @@ -71,7 +71,6 @@ MODULES = \ modules/Bailador \ modules/MiniDBI \ modules/uri \ - modlues/perl6-lwp-simple \ all: rakudo -- cgit v1.1