From 407fbdd161d4134901fefe267779a4aaaeab2f0d Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Tue, 23 Feb 2010 20:53:37 +0000 Subject: Roll back r96959 again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96981 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/HowToUseJIT/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/HowToUseJIT') diff --git a/examples/HowToUseJIT/Makefile b/examples/HowToUseJIT/Makefile index c61e9e12b8..c8919db90c 100644 --- a/examples/HowToUseJIT/Makefile +++ b/examples/HowToUseJIT/Makefile @@ -9,9 +9,6 @@ LEVEL = ../.. TOOLNAME = HowToUseJIT EXAMPLE_TOOL = 1 -# To keep the shared library working, we link a few of the examples -# against it unconditionally. -ENABLE_SHARED = 1 LINK_COMPONENTS := jit interpreter nativecodegen -- cgit v1.2.3