remove dead makefile flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74065 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-06-24 05:29:56 +00:00
parent 1d97ca85ad
commit 929a49356e
5 changed files with 0 additions and 8 deletions

View File

@@ -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.