aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <mlenz@noris.net>2013-08-23 16:23:36 +0200
committerMoritz Lenz <mlenz@noris.net>2013-08-23 16:23:36 +0200
commit69626a881022c0d03977078c149ae283030fcd40 (patch)
tree10c1af6f622ed13366e49c9462f708b33d4d5093
parentafc39e051e1e58d594261fd81eec353a7ffde773 (diff)
Rakudo::Debugger does not need perl6_group
-rw-r--r--tools/build/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index e8c925d..24b75af 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -87,7 +87,7 @@ modules-test:
perl6-debug: $(RD_EXE)
$(RD_EXE): modules-install
- $(NQP_EXE) --vmlibs=perl6_group,perl6_ops --target=pir \
+ $(NQP_EXE) --vmlibs=perl6_ops --target=pir \
--dynext=$(DESTDIR)$(PARROT_LIB_DIR)/dynext/ \
--module-path=$(DESTDIR)$(PARROT_LIB_DIR)/languages/nqp/lib \
--output=$(RD_PIR) $(RD_DIR)/bin/perl6-debug.nqp