From: Daniel Dunbar Date: Thu, 16 Jul 2009 02:02:48 +0000 (+0000) Subject: Unbreak build? X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9797a8760ba3d43c686aa9e09978e0ca172172a4;p=clang Unbreak build? git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75887 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 4528759cc8..8cc0495faa 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL := ../../.. -DIRS := clang-cc driver index-test clang-wpa +DIRS := clang-cc driver index-test wpa include $(LEVEL)/Makefile.common