summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-29 14:49:09 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-29 14:49:09 +0000
commit876b9aa21d6b4fb8497d423754c7b1067f8e22d0 (patch)
treedeea86ca1b40724f2fc1a6f26caf793a23370921
parent788816f02185fca405c2413c2f2d74dfeefecf2f (diff)
downloadllvm-876b9aa21d6b4fb8497d423754c7b1067f8e22d0.tar.gz
llvm-876b9aa21d6b4fb8497d423754c7b1067f8e22d0.tar.bz2
llvm-876b9aa21d6b4fb8497d423754c7b1067f8e22d0.tar.xz
Updating Makefiles for new location in llvm/support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8732 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--support/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
new file mode 100644
index 0000000000..ba074f506c
--- /dev/null
+++ b/support/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ..
+
+DIRS = lib tools
+
+include $(LEVEL)/Makefile.common
+