From: John Criswell Date: Mon, 29 Sep 2003 14:48:29 +0000 (+0000) Subject: Updated Makefiles to reflect new location in llvm/support/tools. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=788816f02185fca405c2413c2f2d74dfeefecf2f Updated Makefiles to reflect new location in llvm/support/tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8731 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index 5797161619b..d1b9fe27fd1 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/Burg/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../.. +LEVEL = ../../.. TOOLNAME = burg ExtraSource = gram.tab.c diff --git a/support/tools/TableGen/Makefile b/support/tools/TableGen/Makefile index 89a956d9dde..b06ca9b7e18 100644 --- a/support/tools/TableGen/Makefile +++ b/support/tools/TableGen/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../.. +LEVEL = ../../.. TOOLNAME = tblgen USEDLIBS = support.a diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 5797161619b..d1b9fe27fd1 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/TableGen/Makefile b/utils/TableGen/Makefile index 89a956d9dde..b06ca9b7e18 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../.. +LEVEL = ../../.. TOOLNAME = tblgen USEDLIBS = support.a