diff options
author | John Criswell <criswell@uiuc.edu> | 2003-09-29 14:49:09 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-09-29 14:49:09 +0000 |
commit | 876b9aa21d6b4fb8497d423754c7b1067f8e22d0 (patch) | |
tree | deea86ca1b40724f2fc1a6f26caf793a23370921 | |
parent | 788816f02185fca405c2413c2f2d74dfeefecf2f (diff) |
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/Makefile | 6 |
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 + |