From: Chris Lattner Date: Sun, 5 Oct 2003 19:27:59 +0000 (+0000) Subject: Move support/tools/* back into utils X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0a92ebf557e09c0d10cba161a9c59bd48923d2c0;p=oota-llvm.git Move support/tools/* back into utils git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8875 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index d1b9fe27fd1..5797161619b 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../.. +LEVEL = ../.. TOOLNAME = burg ExtraSource = gram.tab.c diff --git a/utils/Makefile b/utils/Makefile new file mode 100644 index 00000000000..512cc9e06bb --- /dev/null +++ b/utils/Makefile @@ -0,0 +1,6 @@ +LEVEL = .. + +DIRS = Burg TableGen + +include $(LEVEL)/Makefile.common + diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index b06ca9b7e18..89a956d9dde 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../.. +LEVEL = ../.. TOOLNAME = tblgen USEDLIBS = support.a