X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=7fbf0de1ab85455712af6f698bbec60825d5490c;hb=915b9bff547705bf9df287ffb2a057eeaec4ca02;hp=e05b14f5ed7c677a28865154dee31e738289ddb1;hpb=e23952e03c37201fe805ad3d1635e7d2d41e5908;p=goals.git diff --git a/Makefile.in b/Makefile.in index e05b14f..7fbf0de 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,7 @@ # Pass through normal targets to Goalfile.in all clean depend install check maintainer-clean: src/goals - ./run src/goals $@ + @./run src/goals $@ # If src/goals doesn't exist then brute-force build it. Once we have # src/goals we can rebuild it and other parts of the project using @@ -38,7 +38,8 @@ src/goals: echo 'val lexer_read : (Lexing.lexbuf -> token) option ref' >> src/parser.mli echo 'val eval_substitute : (Ast.env -> Ast.loc -> Ast.substs -> string) option ref' >> src/parser.mli $(OCAMLLEX) src/lexer.mll - $(OCAMLFIND) opt $(OCAMLFLAGS) $(OCAMLPACKAGES) -I src \ + $(OCAMLFIND) opt $(OCAMLFLAGS) $(OCAMLPACKAGES) -I . -I src \ + src/utils-c.c \ $$($(OCAMLDEP) -sort src/*.mli src/*.ml) \ -linkpkg -o $@