Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
[oota-llvm.git] / Makefile
index 7a940054573b16950ebafbffc21fe79634d3a8e7..717866e98ed449960bacf14e59239a154420c958 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,8 @@ ifeq ($(MAKECMDGOALS),tools-only)
 endif
 
 ifeq ($(MAKECMDGOALS),install-clang)
-  DIRS := tools/clang/Driver tools/clang/lib/Headers tools/clang/tools/ccc
+  DIRS := tools/clang/tools/driver tools/clang/tools/clang-cc \
+       tools/clang/lib/Headers
   OPTIONAL_DIRS :=
   NO_INSTALL = 1
 endif
@@ -117,8 +118,6 @@ debug-opt-prof:
 dist-hook::
        $(Echo) Eliminating files constructed by configure
        $(Verb) $(RM) -f \
-         $(TopDistDir)/include/llvm/ADT/hash_map.h  \
-         $(TopDistDir)/include/llvm/ADT/hash_set.h  \
          $(TopDistDir)/include/llvm/ADT/iterator.h  \
          $(TopDistDir)/include/llvm/Config/config.h  \
          $(TopDistDir)/include/llvm/Support/DataTypes.h  \
@@ -137,8 +136,6 @@ install-libs: install
 FilesToConfig := \
   include/llvm/Config/config.h \
   include/llvm/Support/DataTypes.h \
-  include/llvm/ADT/hash_map.h \
-  include/llvm/ADT/hash_set.h \
   include/llvm/ADT/iterator.h
 FilesToConfigPATH  := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))