automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: managing ocaml dependencies


From: Guillaume Rousse
Subject: Re: managing ocaml dependencies
Date: Mon, 27 Nov 2006 17:11:32 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061109)

Guillaume Rousse wrote:
> For 1), the attached patch seems to be enough.
It seems to have been forgotten somewhere, here it is again.


--- /usr/share/automake-1.9/depcomp     2006-09-27 03:44:18.000000000 +0200
+++ depcomp     2006-11-21 13:57:48.000000000 +0100
@@ -508,6 +508,10 @@
   rm -f "$tmpdepfile"
   ;;
 
+ocamldep)
+  "$@" "$source" > "$depfile"
+  ;;
+
 none)
   exec "$@"
   ;;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]