OSDN Git Service

OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 1 Nov 2013 01:14:24 +0000 (01:14 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 1 Nov 2013 01:14:24 +0000 (01:14 +0000)
Patch by Peter Zotov

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193847 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/ocaml/transforms/ipo/Makefile
bindings/ocaml/transforms/scalar/Makefile

index 130d74c..ed67a7c 100644 (file)
@@ -13,7 +13,6 @@
 
 LEVEL := ../../../..
 LIBRARYNAME := llvm_ipo
-DONT_BUILD_RELINKED := 1
 UsedComponents := ipo
 UsedOcamlInterfaces := llvm
 
index cbaffa4..6e250f6 100644 (file)
@@ -13,7 +13,6 @@
 
 LEVEL := ../../../..
 LIBRARYNAME := llvm_scalar_opts
-DONT_BUILD_RELINKED := 1
 UsedComponents := scalaropts
 UsedOcamlInterfaces := llvm