[llvm-commits] [llvm] r80171 - /llvm/trunk/Makefile

Gabor Greif ggreif at gmail.com
Wed Aug 26 15:55:20 PDT 2009


Author: ggreif
Date: Wed Aug 26 17:55:19 2009
New Revision: 80171

URL: http://llvm.org/viewvc/llvm-project?rev=80171&view=rev
Log:
eliminate references to ADT/iterator.h

Modified:
    llvm/trunk/Makefile

Modified: llvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/Makefile?rev=80171&r1=80170&r2=80171&view=diff

==============================================================================
--- llvm/trunk/Makefile (original)
+++ llvm/trunk/Makefile Wed Aug 26 17:55:19 2009
@@ -117,7 +117,6 @@
 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 @@
   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)





More information about the llvm-commits mailing list