Project

General

Profile

« Previous | Next » 

Revision 6ca345fd

Added by Christophe Garion almost 6 years ago

typo in src/Makefile.in

View differences:

src/Makefile.in
1
OCAMLBUILD=@OCAMLBUILD@ -use-ocamlfind -no-links 
1
OCAMLBUILD=@OCAMLBUILD@ -use-ocamlfind -no-links
2 2

  
3 3
prefix=@prefix@
4 4
exec_prefix=@exec_prefix@
......
25 25
	@mv _build/main_lustre_testgen.native $(LOCAL_BINDIR)/lustret
26 26

  
27 27
lustresf:
28
	@echo Compiling binary lustret
28
	@echo Compiling binary lustresf
29 29
	@$(OCAMLBUILD) tools/stateflow/sf_sem.native
30 30
	@mkdir -p $(LOCAL_BINDIR)
31 31
	@mv _build/tools/stateflow/sf_sem.native $(LOCAL_BINDIR)/lustresf
......
52 52
	make -C .. install
53 53

  
54 54
.PHONY: compile-lusi doc dot lustrec lustret lustrec.odocl clean install dist-clean
55

  

Also available in: Unified diff