Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a63eb47f83bedb815e6fd1bfaeede298 > files > 3

ocaml-facile-1.1-5.mga3.src.rpm

--- examples/Makefile.orig	2009-09-11 05:19:33.000000000 +0200
+++ examples/Makefile	2009-09-11 05:21:00.000000000 +0200
@@ -15,6 +15,9 @@
 .SUFFIXES:
 .SUFFIXES: .ml .mli .mly .mll .cmi .cmo .cmx .out .opt .p.cmx .popt
 
+all:
+	for f in *.ml; do $(MAKE) `basename $$f .ml`.opt FACILEDIR=$(FACILEDIR); done
+
 .ml.cmo :
 	$(OCAMLC) -c $<
 .mli.cmi :