From dde2b00d75fa7640cad031f4d2b712ce9c36281f Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 29 Sep 2003 14:48:29 +0000 Subject: [PATCH] Updated Makefiles to reflect new location in llvm/support/tools. llvm-svn: 8731 --- support/tools/Burg/Makefile | 2 +- support/tools/TableGen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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