From f030bce812f0c91616f5eaf5860df6299f09f5eb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Mar 2008 05:09:42 -0400 Subject: [PATCH] updates to support current version of Devel::Profile --- Makefile.PL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index e85b33a8f..ba437e3f6 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ PROBABLE_INST_LIB=$(shell \\ ) tflag=$(shell if [ -n "$$NOTAINT" ] && [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi) -extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-MDevel::Profiler"; fi) +extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-d:Profile"; fi) ikiwiki.out: ikiwiki.in ./pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB) < ikiwiki.in > ikiwiki.out @@ -38,7 +38,6 @@ extra_build: ikiwiki.out ./mdwn2man ikiwiki-transition 1 doc/ikiwiki-transition.mdwn > ikiwiki-transition.man ./mdwn2man ikiwiki-update-wikilist 1 doc/ikiwiki-update-wikilist.mdwn > ikiwiki-update-wikilist.man $(MAKE) -C po - if [ "$$PROFILE" = 1 ]; then dprofpp; fi extra_clean: rm -rf html doc/.ikiwiki -- 2.44.0