remove dead makefile flags.
[oota-llvm.git] / projects / sample / lib / sample / Makefile
index 05bca6141b06373335886f9a708adf0bd84f47a5..af63399d2aa9f3d8c86e11954e7977b495074893 100644 (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.