summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--support/tools/Burg/Makefile2
-rw-r--r--support/tools/TableGen/Makefile2
-rw-r--r--utils/Burg/Makefile2
-rw-r--r--utils/TableGen/Makefile2
4 files changed, 4 insertions, 4 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
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 5797161619..d1b9fe27fd 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 89a956d9dd..b06ca9b7e1 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -1,4 +1,4 @@
-LEVEL = ../..
+LEVEL = ../../..
TOOLNAME = tblgen
USEDLIBS = support.a