about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-24 13:17:37 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-24 13:17:37 -0800
commit8d58b42d0255880d732ba0700597b312a8219f8f (patch)
tree80a18f05bd6f5084e4e11761653f6226ffaf538f
parentfc58e747835f05a64cf3c4625d6a51baa4bc8369 (diff)
downloadclogger-8d58b42d0255880d732ba0700597b312a8219f8f.tar.gz
Oops
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d579c11..af95c50 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -36,7 +36,7 @@ $(test_unit):
         $(RUBY) $@
 
 test-ext:
-        CLOGGER_PURE=0 $(MAKE) test-unit
+        CLOGGER_PURE= $(MAKE) test-unit
 
 test-pure:
         CLOGGER_PURE=1 $(MAKE) test-unit