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 | 3912036c25105eae9c51cf7d07b6ada4feb07dd4 (patch) | |
tree | 01d19d04fadcdb8ba5610fba9426691fca29f9b3 /llvm/projects/sample | |
parent | f46306a697580ed7b4c596547f01e2d052381bbe (diff) | |
download | bcm5719-llvm-3912036c25105eae9c51cf7d07b6ada4feb07dd4.tar.gz bcm5719-llvm-3912036c25105eae9c51cf7d07b6ada4feb07dd4.zip |
remove dead makefile flags.
llvm-svn: 74065
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/lib/sample/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/projects/sample/lib/sample/Makefile b/llvm/projects/sample/lib/sample/Makefile index 05bca6141b0..af63399d2aa 100644 --- a/llvm/projects/sample/lib/sample/Makefile +++ b/llvm/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. |