From 929a49356e2b95ac5a054bb53697e67f2a0bc43e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 24 Jun 2009 05:29:56 +0000 Subject: remove dead makefile flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74065 91177308-0d34-0410-b5e6-96231b3b80d8 --- projects/sample/lib/sample/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'projects') diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile index 05bca6141b..af63399d2a 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. -- cgit v1.2.3