diff options
| -rw-r--r-- | llvm/lib/Support/Makefile | 2 | ||||
| -rw-r--r-- | llvm/support/lib/Support/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/llvm/support/lib/Support/Makefile b/llvm/support/lib/Support/Makefile index 7b263b79c88..d52d7315bf8 100644 --- a/llvm/support/lib/Support/Makefile +++ b/llvm/support/lib/Support/Makefile @@ -1,4 +1,4 @@ -LEVEL = ../.. +LEVEL = ../../.. LIBRARYNAME = support BUILD_ARCHIVE = 1 |

