diff options
author | John Criswell <criswell@uiuc.edu> | 2003-09-29 14:48:29 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-09-29 14:48:29 +0000 |
commit | 788816f02185fca405c2413c2f2d74dfeefecf2f (patch) | |
tree | 10bbe3b7649512917beed6aedb26340c6e6bc184 /support | |
parent | fa4f181b6b08ae54ac4cb08256334cc3fe8fd696 (diff) |
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
Diffstat (limited to 'support')
-rw-r--r-- | support/tools/Burg/Makefile | 2 | ||||
-rw-r--r-- | 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 5797161619..d1b9fe27fd 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 89a956d9dd..b06ca9b7e1 100644 --- a/support/tools/TableGen/Makefile +++ b/support/tools/TableGen/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../.. +LEVEL = ../../.. TOOLNAME = tblgen USEDLIBS = support.a |