diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-10-05 19:24:38 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-10-05 19:24:38 +0000 |
| commit | 5f0c08e9cfe2d8a1233c0e92ac2dea62b4dc40b0 (patch) | |
| tree | 48d7e0e46f93d6f6457e4b58acd4d6f8fcdfdc8c /llvm/lib/Support | |
| parent | 10d8cda0e14af59cfacf5904db6b5d68dd0b2655 (diff) | |
| download | bcm5719-llvm-5f0c08e9cfe2d8a1233c0e92ac2dea62b4dc40b0.tar.gz bcm5719-llvm-5f0c08e9cfe2d8a1233c0e92ac2dea62b4dc40b0.zip | |
Move support/lib/Support back to lib/Support
llvm-svn: 8874
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 d52d7315bf8..7b263b79c88 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/lib/Support/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../../.. +LEVEL = ../.. LIBRARYNAME = support BUILD_ARCHIVE = 1 |

