From: Sapan Bhatia Date: Thu, 16 Dec 2010 20:52:41 +0000 (-0500) Subject: fix build X-Git-Tag: vsys-0.99-0~2 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=3e00a01b85faeaa34fd6f6ddda6e0029ac8b4b83 fix build --- diff --git a/Makefile b/Makefile index 8231fa8..a1b37cc 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ include .dep docs: *.ml ocamldoc -d . -html -o docs *.ml - mv *.html *.css docs + mkdir -p docs;mv *.html *.css docs ocaml_inotify-0.4/inotify.cmxa: $(MAKE) -C ocaml_inotify-0.4 && cp -f ocaml_inotify-0.4/inotify_stubs.o ./