Skip to content

Commit

Permalink
remove dead makefile flags.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74064 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jun 24, 2009
1 parent 529fb54 commit 1d97ca8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion bindings/ocaml/analysis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

LEVEL := ../../..
LIBRARYNAME := llvm_analysis
DONT_BUILD_RELINKED := 1
UsedComponents := analysis
UsedOcamlInterfaces := llvm

Expand Down
1 change: 0 additions & 1 deletion bindings/ocaml/bitreader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

LEVEL := ../../..
LIBRARYNAME := llvm_bitreader
DONT_BUILD_RELINKED := 1
UsedComponents := bitreader
UsedOcamlInterfaces := llvm

Expand Down
1 change: 0 additions & 1 deletion bindings/ocaml/bitwriter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

LEVEL := ../../..
LIBRARYNAME := llvm_bitwriter
DONT_BUILD_RELINKED := 1
UsedComponents := bitwriter
UsedOcamlInterfaces := llvm

Expand Down
1 change: 0 additions & 1 deletion bindings/ocaml/executionengine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

LEVEL := ../../..
LIBRARYNAME := llvm_executionengine
DONT_BUILD_RELINKED := 1
UsedComponents := executionengine jit interpreter native
UsedOcamlInterfaces := llvm llvm_target

Expand Down
1 change: 0 additions & 1 deletion bindings/ocaml/llvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

LEVEL := ../../..
LIBRARYNAME := llvm
DONT_BUILD_RELINKED := 1
UsedComponents := core
UsedOcamLibs := llvm

Expand Down
1 change: 0 additions & 1 deletion bindings/ocaml/target/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

LEVEL := ../../..
LIBRARYNAME := llvm_target
DONT_BUILD_RELINKED := 1
UsedComponents := target
UsedOcamlInterfaces := llvm

Expand Down

0 comments on commit 1d97ca8

Please sign in to comment.