aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/ocaml
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-24 05:28:55 +0000
committerChris Lattner <sabre@nondot.org>2009-06-24 05:28:55 +0000
commit1d97ca85add3b5f3ff19370c7ab903e2ed4dbe7a (patch)
tree2f706138e7f9ec164523eb41454ffb8843c527ee /bindings/ocaml
parent529fb545e7e876c8ea640efb6858f414e50a9f81 (diff)
downloadexternal_llvm-1d97ca85add3b5f3ff19370c7ab903e2ed4dbe7a.zip
external_llvm-1d97ca85add3b5f3ff19370c7ab903e2ed4dbe7a.tar.gz
external_llvm-1d97ca85add3b5f3ff19370c7ab903e2ed4dbe7a.tar.bz2
remove dead makefile flags.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74064 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings/ocaml')
-rw-r--r--bindings/ocaml/analysis/Makefile1
-rw-r--r--bindings/ocaml/bitreader/Makefile1
-rw-r--r--bindings/ocaml/bitwriter/Makefile1
-rw-r--r--bindings/ocaml/executionengine/Makefile1
-rw-r--r--bindings/ocaml/llvm/Makefile1
-rw-r--r--bindings/ocaml/target/Makefile1
6 files changed, 0 insertions, 6 deletions
diff --git a/bindings/ocaml/analysis/Makefile b/bindings/ocaml/analysis/Makefile
index 0e95ecd..cbfcb24 100644
--- a/bindings/ocaml/analysis/Makefile
+++ b/bindings/ocaml/analysis/Makefile
@@ -13,7 +13,6 @@
LEVEL := ../../..
LIBRARYNAME := llvm_analysis
-DONT_BUILD_RELINKED := 1
UsedComponents := analysis
UsedOcamlInterfaces := llvm
diff --git a/bindings/ocaml/bitreader/Makefile b/bindings/ocaml/bitreader/Makefile
index 6a11cc6..a1c7de8 100644
--- a/bindings/ocaml/bitreader/Makefile
+++ b/bindings/ocaml/bitreader/Makefile
@@ -13,7 +13,6 @@
LEVEL := ../../..
LIBRARYNAME := llvm_bitreader
-DONT_BUILD_RELINKED := 1
UsedComponents := bitreader
UsedOcamlInterfaces := llvm
diff --git a/bindings/ocaml/bitwriter/Makefile b/bindings/ocaml/bitwriter/Makefile
index e57e3fe..cec0a59 100644
--- a/bindings/ocaml/bitwriter/Makefile
+++ b/bindings/ocaml/bitwriter/Makefile
@@ -13,7 +13,6 @@
LEVEL := ../../..
LIBRARYNAME := llvm_bitwriter
-DONT_BUILD_RELINKED := 1
UsedComponents := bitwriter
UsedOcamlInterfaces := llvm
diff --git a/bindings/ocaml/executionengine/Makefile b/bindings/ocaml/executionengine/Makefile
index 40fb98e..5fa3f22 100644
--- a/bindings/ocaml/executionengine/Makefile
+++ b/bindings/ocaml/executionengine/Makefile
@@ -13,7 +13,6 @@
LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
-DONT_BUILD_RELINKED := 1
UsedComponents := executionengine jit interpreter native
UsedOcamlInterfaces := llvm llvm_target
diff --git a/bindings/ocaml/llvm/Makefile b/bindings/ocaml/llvm/Makefile
index 3a06fb6..cd974d4 100644
--- a/bindings/ocaml/llvm/Makefile
+++ b/bindings/ocaml/llvm/Makefile
@@ -13,7 +13,6 @@
LEVEL := ../../..
LIBRARYNAME := llvm
-DONT_BUILD_RELINKED := 1
UsedComponents := core
UsedOcamLibs := llvm
diff --git a/bindings/ocaml/target/Makefile b/bindings/ocaml/target/Makefile
index 5cd677b..3c48cd8 100644
--- a/bindings/ocaml/target/Makefile
+++ b/bindings/ocaml/target/Makefile
@@ -13,7 +13,6 @@
LEVEL := ../../..
LIBRARYNAME := llvm_target
-DONT_BUILD_RELINKED := 1
UsedComponents := target
UsedOcamlInterfaces := llvm