aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-13 21:05:07 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-13 21:05:07 -0400
commitfed73d8d922ec4d52457a99f652c1d0d26ba67c3 (patch)
tree6faaf1fc4da3249d0626bc2863d2ea23cd26a449 /Makefile.PL
parent159c0c043cdd4009562087144a37fdda38eb6409 (diff)
downloadikiwiki-fed73d8d922ec4d52457a99f652c1d0d26ba67c3.tar
ikiwiki-fed73d8d922ec4d52457a99f652c1d0d26ba67c3.tar.gz
change PROFILE to use Devel::NYTProf
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 602d8fb5c..020813177 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -27,7 +27,7 @@ PROBABLE_INST_LIB=$(shell \\
W3M_CGI_BIN?=$(PREFIX)/lib/w3m/cgi-bin
tflag=$(shell if [ -n "$$NOTAINT" ] && [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi)
-extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-d:Profile"; fi)
+extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-d:NYTProf"; fi)
ikiwiki.out: ikiwiki.in
./pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB) < ikiwiki.in > ikiwiki.out