diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-24 05:29:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-24 05:29:56 +0000 |
commit | 929a49356e2b95ac5a054bb53697e67f2a0bc43e (patch) | |
tree | 6a6fe49f7fc059c9402e1490d2f10970dc5700ef /projects/sample/lib | |
parent | 1d97ca85add3b5f3ff19370c7ab903e2ed4dbe7a (diff) | |
download | external_llvm-929a49356e2b95ac5a054bb53697e67f2a0bc43e.zip external_llvm-929a49356e2b95ac5a054bb53697e67f2a0bc43e.tar.gz external_llvm-929a49356e2b95ac5a054bb53697e67f2a0bc43e.tar.bz2 |
remove dead makefile flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74065 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample/lib')
-rw-r--r-- | projects/sample/lib/sample/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile index 05bca61..af63399 100644 --- a/projects/sample/lib/sample/Makefile +++ b/projects/sample/lib/sample/Makefile @@ -9,8 +9,6 @@ LEVEL=../.. # Give the name of a library. This will build a dynamic version. # LIBRARYNAME=sample -DONT_BUILD_RELINKED=1 -BUILD_ARCHIVE=1 # # Include Makefile.common so we know what to do. |