aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-12 17:17:49 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-12 17:17:49 -0500
commit49adc59474027390eb53eb749a7bc95492142582 (patch)
tree101b98082215eb81a8b34f83e73b1c991a3114bc /Makefile.PL
parent491c62f5b0a105361fe806d898fcbb518e7fcd65 (diff)
downloadikiwiki-49adc59474027390eb53eb749a7bc95492142582.tar
ikiwiki-49adc59474027390eb53eb749a7bc95492142582.tar.gz
* Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this.
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 7608d373c..cfaa6e6cd 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,7 +23,7 @@ PROBABLE_INST_LIB=$(shell \\
fi \\
)
-tflag=$(shell if [ "$$NOTAINT" != 0 ]; then printf -- "-T"; fi)
+tflag=$(shell if [ "$$NOTAINT" != 1 ]; then printf -- "-T"; fi)
extramodules=$(shell if [ "$$PROFILE" = 1 ]; then printf -- "-MDevel::Profiler"; fi)
ikiwiki.out: ikiwiki.in