Fix nightly build by avoiding shared library construction.
[oota-llvm.git] / projects / sample / lib / sample / Makefile
index 3044926fe1fcecb6bcea2db0cb0211af145fc5ae..ba2da3d03ca6637b3a526b27e62caa9641ab7cab 100644 (file)
@@ -8,8 +8,10 @@ LEVEL=../..
 #
 # Give the name of a library.  This will build a dynamic version.
 #
-SHARED_LIBRARY=1
 LIBRARYNAME=sample
+#SHARED_LIBRARY=1
+#DONT_BUILD_RELINKED=1
+#ARCHIVE_LIBRARY=1
 
 #
 # Include Makefile.common so we know what to do.