From 9141f033226230f0822bb62dfdb67e48ae753245 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 17 Dec 2004 08:00:40 +0000 Subject: Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT built on this platform. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19015 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index cdfdacb08e..b2b47504db 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -19,7 +19,7 @@ include $(LEVEL)/Makefile.config # rewritten to not depend on fork at which time they should be added back to # the list above. -ifneq ($(OS),Win32) +ifeq ($(OS),Win32) PARALLEL_DIRS := $(filter-out bugpoint llvm-db,$(PARALLEL_DIRS)) endif -- cgit v1.2.3