X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=Makefile.PL;h=0208131770ccc110ea306dc9be0bb45afe6ee98e;hb=c80a3cbcfde1a00ffdb0e62f70ee3a7d6bf442df;hp=602d8fb5c1f7b52e03f27cea44c236a7e2fdf222;hpb=3d27dac8098957024b8e4c6ee815536fe81e8d18;p=ikiwiki.git 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