[llvm-commits] [PATCH] Make sure Makefile.ocaml gets updated in the build dir.

Erick Tryzelaar idadesub at users.sourceforge.net
Mon Mar 10 01:12:32 PDT 2008


I noticed that when Makefile.ocaml was updated, it
wasn't automatically copied over to the build directory
like all the Makefiles. This patch adds it, although
there may be a better way. It does it by creating
another variable I'm calling ExtraMakefiles since
I was told on the website that we shouldn't use
SrcMakefiles and ObjMakefiles. Is this okay, or is there
a better way to get this to work?
---
 Makefile.rules          |    4 ++--
 bindings/ocaml/Makefile |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 60c0ee65361b6871dfc9a1e32c4bd22a813897cc.diff
Type: text/x-patch
Size: 1041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080310/dc7bd295/attachment.bin>


More information about the llvm-commits mailing list