search for: ec624c9

Displaying 1 result from an estimated 1 matches for "ec624c9".

Did you mean: e7634c9
2014 Mar 04
2
[PATCH] Remove two more files that are generated by configure
--- mllib/Makefile.am | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mllib/Makefile.am b/mllib/Makefile.am index 0e317b2..ec624c9 100644 --- a/mllib/Makefile.am +++ b/mllib/Makefile.am @@ -18,7 +18,7 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ - $(SOURCES) + $(filter-out config.ml.in,$(SOURCES)) CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o diff --git a/src/Makefile.am b/src/Makefile.am index 10f5203..768e...