From 9f107a37822ee2efe73f7afd9eed777baed89ec8 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 1 Nov 2013 01:14:24 +0000 Subject: [PATCH] OCaml bindings: remove unused DONT_BUILD_RELINKED from Makefiles Patch by Peter Zotov llvm-svn: 193847 --- bindings/ocaml/transforms/ipo/Makefile | 1 - bindings/ocaml/transforms/scalar/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/bindings/ocaml/transforms/ipo/Makefile b/bindings/ocaml/transforms/ipo/Makefile index 130d74c9060..ed67a7cb3a0 100644 --- a/bindings/ocaml/transforms/ipo/Makefile +++ b/bindings/ocaml/transforms/ipo/Makefile @@ -13,7 +13,6 @@ LEVEL := ../../../.. LIBRARYNAME := llvm_ipo -DONT_BUILD_RELINKED := 1 UsedComponents := ipo UsedOcamlInterfaces := llvm diff --git a/bindings/ocaml/transforms/scalar/Makefile b/bindings/ocaml/transforms/scalar/Makefile index cbaffa4ea7a..6e250f66e85 100644 --- a/bindings/ocaml/transforms/scalar/Makefile +++ b/bindings/ocaml/transforms/scalar/Makefile @@ -13,7 +13,6 @@ LEVEL := ../../../.. LIBRARYNAME := llvm_scalar_opts -DONT_BUILD_RELINKED := 1 UsedComponents := scalaropts UsedOcamlInterfaces := llvm