From 49adc59474027390eb53eb749a7bc95492142582 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Feb 2008 17:17:49 -0500 Subject: * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this. --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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 -- cgit v1.2.3