diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-09-29 15:02:30 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-09-29 15:02:30 +0000 |
| commit | f874ea807eaeee6a1ebb34f1684ab6fa8670503d (patch) | |
| tree | e29822398f1a11e58a854bd61360a7539f5b8c83 /llvm/lib/Support | |
| parent | 292456864dcae14174f63ef18423ae8c436c2d79 (diff) | |
| download | bcm5719-llvm-f874ea807eaeee6a1ebb34f1684ab6fa8670503d.tar.gz bcm5719-llvm-f874ea807eaeee6a1ebb34f1684ab6fa8670503d.zip | |
Moved code from llvm/lib/Support to llvm/support/lib/Support.
llvm-svn: 8735
Diffstat (limited to 'llvm/lib/Support')
| -rw-r--r-- | llvm/lib/Support/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile index 7b263b79c88..d52d7315bf8 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/lib/Support/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../.. +LEVEL = ../../.. LIBRARYNAME = support BUILD_ARCHIVE = 1 |

