diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-22 21:02:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-22 21:02:08 +0000 |
commit | 8c2c3152d64aafe24b5b67cd7d670658eb65df18 (patch) | |
tree | dc32473730cf8b02d1e11eabbfe86a4b963823e3 /runtime/GCCLibraries/libc | |
parent | 4d71b6611e9281c999f34712bfd014cc3c95ef3f (diff) |
Adjust to changes in Makefile.rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/libc')
-rw-r--r-- | runtime/GCCLibraries/libc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/libc/Makefile b/runtime/GCCLibraries/libc/Makefile index 9e6874bf9c..297d420908 100644 --- a/runtime/GCCLibraries/libc/Makefile +++ b/runtime/GCCLibraries/libc/Makefile @@ -6,6 +6,7 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 |