From: Jérémie D. <Ba...@us...> - 2010-02-14 16:31:14
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via 8fe2c0254889142a8965c9132a825851b65b4d6d (commit) from 20ae0c3992b6052a624236ee9bf72f2174c83e4c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8fe2c0254889142a8965c9132a825851b65b4d6d Author: Olivier BICHLER <oli...@en...> Date: Sun Feb 14 17:28:59 2010 +0100 Add argument "-Is ..." to ocamlbuild For some reason the "include" does not work. ----------------------------------------------------------------------- Changes: diff --git a/PC_Mainboard/Makefile b/PC_Mainboard/Makefile index 121732e..005dcbb 100644 --- a/PC_Mainboard/Makefile +++ b/PC_Mainboard/Makefile @@ -7,7 +7,7 @@ PREFIX=/usr/local -OC = ocamlbuild +OC = ocamlbuild -Is common,lib_krobot OF = ocamlfind ifeq ($(TERM),dumb) hooks/post-receive -- krobot |