From aa7c67773cf931cb64477ccdc17dbdd4289f1085 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 12 Oct 2007 18:21:06 +0000 Subject: [PATCH] Fixed an issue that was breaking build. --- ocaml_inotify-0.4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml_inotify-0.4/Makefile b/ocaml_inotify-0.4/Makefile index bfb397d..7dd187a 100644 --- a/ocaml_inotify-0.4/Makefile +++ b/ocaml_inotify-0.4/Makefile @@ -33,7 +33,7 @@ inotify.cmxa: inotify_stubs.o inotify.cmx $(OCAMLOPT) $(OCAMLOPTFLAGS) -c -o $@ $< %.o: %.c - $(CC) $(CFLAGS) -c -o $@ $< + $(CC) -I /usr/lib/ocaml $(CFLAGS) -c -o $@ $< test.inotify: inotify.cmxa test.inotify.ml $(OCAMLOPT) -o $@ unix.cmxa $+ -- 2.43.0