From: Devang Patel Date: Fri, 8 Sep 2006 18:20:25 +0000 (+0000) Subject: Remove redundant include. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa91978ea2d08fcd8323ccc228e59ee9b71702d1;p=oota-llvm.git Remove redundant include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30194 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index 6a1ad5eb4e7..ae3598bbdcc 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -27,4 +27,3 @@ ifeq ($(OS), Darwin) PARALLEL_DIRS += lto endif -include $(LEVEL)/Makefile.common