aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-08-26 22:55:19 +0000
committerGabor Greif <ggreif@gmail.com>2009-08-26 22:55:19 +0000
commit3eace462948ecfec5ee53127c445e4d0d5f1ae89 (patch)
tree8904e514af9688738c9eb6aba250df27308a8bb8 /Makefile
parentd68b1af98ca9bb39ac51d046a37266ceb24e38b5 (diff)
downloadexternal_llvm-3eace462948ecfec5ee53127c445e4d0d5f1ae89.zip
external_llvm-3eace462948ecfec5ee53127c445e4d0d5f1ae89.tar.gz
external_llvm-3eace462948ecfec5ee53127c445e4d0d5f1ae89.tar.bz2
eliminate references to ADT/iterator.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80171 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 700b02d..5d10f8e 100644
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,6 @@ debug-opt-prof:
dist-hook::
$(Echo) Eliminating files constructed by configure
$(Verb) $(RM) -f \
- $(TopDistDir)/include/llvm/ADT/iterator.h \
$(TopDistDir)/include/llvm/Config/config.h \
$(TopDistDir)/include/llvm/Support/DataTypes.h \
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
@@ -136,8 +135,7 @@ FilesToConfig := \
include/llvm/Config/config.h \
include/llvm/Config/Targets.def \
include/llvm/Config/AsmPrinters.def \
- include/llvm/Support/DataTypes.h \
- include/llvm/ADT/iterator.h
+ include/llvm/Support/DataTypes.h
FilesToConfigPATH := $(addprefix $(LLVM_OBJ_ROOT)/,$(FilesToConfig))
all-local:: $(FilesToConfigPATH)