From: Chris Lattner Date: Mon, 29 Sep 2003 16:03:01 +0000 (+0000) Subject: Check in missing makefile X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=74d1e73e0387b4966e1405d2cf827912a88d38e6;p=oota-llvm.git Check in missing makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8738 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/Makefile b/support/tools/Makefile new file mode 100644 index 00000000000..4772199c8ba --- /dev/null +++ b/support/tools/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../.. + +DIRS = Burg TableGen + +include $(LEVEL)/Makefile.common +