aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-02-17 20:51:42 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-02-17 20:51:42 +0100
commit28cb7b1c38e282504c3179df4795b0e8aba5f8b5 (patch)
tree39a526b5c21724e04ae70f17b0cb1722bae2f1dd /tools
parent320f22d022fdf6bb48fa6dfa584c813d766d38c4 (diff)
Remove NativeCall
starting from 2015.02, it ships with rakudo itself
Diffstat (limited to 'tools')
-rw-r--r--tools/star/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index ab6f47c..0cfd9bd 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -57,12 +57,12 @@ $(MOAR_SRC):
mkdir -p $(SRC_DIR)
$(WGET) $(MOAR_URL) -O $(MOAR_SRC)
-modules/zavolaj/lib:
+modules/DBIish/lib:
@echo "Updating submodules"
git submodule init
git submodule update
-manifest: modules/zavolaj/lib
+manifest: modules/DBIish/lib
echo MANIFEST >MANIFEST
git ls-files >>MANIFEST
$(PREFIX) rakudo/ rakudo/MANIFEST >>MANIFEST