aboutsummaryrefslogtreecommitdiff
path: root/bindings/ocaml/target/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/ocaml/target/Makefile')
-rw-r--r--bindings/ocaml/target/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/bindings/ocaml/target/Makefile b/bindings/ocaml/target/Makefile
deleted file mode 100644
index 3c48cd8fc208..000000000000
--- a/bindings/ocaml/target/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-##===- bindings/ocaml/target/Makefile ----------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-#
-# This is the makefile for the Objective Caml Llvm_target interface.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL := ../../..
-LIBRARYNAME := llvm_target
-UsedComponents := target
-UsedOcamlInterfaces := llvm
-
-include ../Makefile.ocaml