Move support/tools/* back into utils
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 19:27:59 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 19:27:59 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8875 91177308-0d34-0410-b5e6-96231b3b80d8

utils/Burg/Makefile
utils/Makefile [new file with mode: 0644]
utils/TableGen/Makefile

index d1b9fe27fd1ed2641048417d89b3f0cfc59fe4e3..5797161619b7ac1bf2e1f533382737e6da35ec78 100644 (file)
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ../..
 TOOLNAME = burg
 ExtraSource = gram.tab.c
 
diff --git a/utils/Makefile b/utils/Makefile
new file mode 100644 (file)
index 0000000..512cc9e
--- /dev/null
@@ -0,0 +1,6 @@
+LEVEL = ..
+
+DIRS = Burg TableGen
+
+include $(LEVEL)/Makefile.common
+
index b06ca9b7e18791a3384418a000f52e42db19646d..89a956d9dde9633a67eea33997fea23458f4c9aa 100644 (file)
@@ -1,4 +1,4 @@
-LEVEL = ../../..
+LEVEL = ../..
 TOOLNAME = tblgen
 USEDLIBS = support.a