From 20c6e292a5080ffda8ab5b10d04021c47c0ffce0 Mon Sep 17 00:00:00 2001 From: Gordon Henriksen Date: Fri, 7 Mar 2008 18:43:51 +0000 Subject: [PATCH] Fix a typo. 'make clean' in bindings/ocaml would leave an output. llvm-svn: 48012 --- bindings/ocaml/Makefile.ocaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ocaml/Makefile.ocaml b/bindings/ocaml/Makefile.ocaml index 9b7e19f571c..8edb180c3df 100644 --- a/bindings/ocaml/Makefile.ocaml +++ b/bindings/ocaml/Makefile.ocaml @@ -260,7 +260,7 @@ $(ObjDir)/%.cmx: $(ObjDir)/%.ml $(Verb) $(Compile.CMX) $@ $< clean-cmxa:: - $(Verb) $(RM) -f $(OutputCMXA) $(OutputCMXA:.cmxa=.o) $(OutputsCMX) + $(Verb) $(RM) -f $(OutputCMXA) $(OutputCMXA:.cmxa=.a) $(OutputsCMX) install-cmxa:: $(OutputCMXA) $(OutputsCMX) $(Verb) $(MKDIR) $(PROJ_libocamldir)