diff options
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 88cc955f38..9ed683435f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -25,7 +25,7 @@ else VGARG= endif -ifdef LIT2 +ifndef LIT1 all:: lit.site.cfg @ echo '--- Running clang tests for $(TARGET_TRIPLE) ---' @ $(LLVM_SRC_ROOT)/utils/lit/lit.py \ |