aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2010-08-29 11:15:02 +0200
committerMoritz Lenz <moritz@faui2k3.org>2010-09-20 17:54:28 +0200
commit100673e066b6dd134f0be2bd4b7aadf64dacd3c7 (patch)
tree9cee374785a125f9d9812f6c79ea01211f19d31f
parent37f97c5db373373a10f1a11289b8e4d4da7a90a3 (diff)
[Makefile] modules-install depends on rakudo
-rw-r--r--skel/build/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel/build/Makefile.in b/skel/build/Makefile.in
index 5c2d374..ad0aa15 100644
--- a/skel/build/Makefile.in
+++ b/skel/build/Makefile.in
@@ -85,7 +85,7 @@ rakudo-install: rakudo
$(CP) $(DESTDIR)$(PARROT_BIN_DIR)/$(PERL6_EXE) .
$(CHMOD) 755 $(PERL6_EXE)
-modules-install:
+modules-install: rakudo
@echo "Installing 'ufo'"
$(CP) modules/ufo/bin/ufo $(DESTDIR)$(PARROT_BIN_DIR)/ufo
$(CHMOD) 755 $(DESTDIR)$(PARROT_BIN_DIR)/ufo