summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-04-28 08:27:29 +0200
committerYorhel <git@yorhel.nl>2015-04-28 08:27:29 +0200
commit2da67d585ccdce8820ca5730811bb9d7efe3b8e5 (patch)
treee86df812cb9968f01c79cf8682cc9ff2ca78fc10 /Makefile
parenta2f3692f3cbafce974acefb1c6e31a233c7e3392 (diff)
Various changes/fixes, 3 new distro versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25e4714..b1169e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
.PHONY: ManUtils
ManUtils: lib/ManUtils/Build
- cd lib/ManUtils && ./Build install --install-base=inst
+ cd lib/ManUtils && perl Build.PL && ./Build install --install-base=inst
lib/ManUtils/Build: lib/ManUtils/Build.PL
cd lib/ManUtils && perl Build.PL