summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-03-09 06:16:26 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-03-09 06:16:26 +0000
commit59fad7d9339901f8146f2d77cd7818625f0935b8 (patch)
treec00634bc55d85ddb82a29bff77d1da0dedc28cd1 /Makefile
parentf231c07228deb75b6cd5ae7c9c057bc8303c6998 (diff)
downloadllvm-59fad7d9339901f8146f2d77cd7818625f0935b8.tar.gz
llvm-59fad7d9339901f8146f2d77cd7818625f0935b8.tar.bz2
llvm-59fad7d9339901f8146f2d77cd7818625f0935b8.tar.xz
Remove configurey-fu to autodetect hash_map and hash_set now that they are
no longer used in LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7a94005457..fb82be8c3f 100644
--- a/Makefile
+++ b/Makefile
@@ -117,8 +117,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 +135,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))