From: John Criswell Date: Mon, 29 Sep 2003 14:52:53 +0000 (+0000) Subject: Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bc7039c0cdfa583fc8a7223a86d231fd88c5d337;p=oota-llvm.git Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8734 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/Makefile b/utils/Makefile deleted file mode 100644 index a0e94274523..00000000000 --- a/utils/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -LEVEL = .. -DIRS = Burg TableGen - -include $(LEVEL)/Makefile.common