From: Gordon Henriksen Date: Fri, 7 Mar 2008 18:43:51 +0000 (+0000) Subject: Fix a typo. 'make clean' in bindings/ocaml would leave an output. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4b169cd1ebf96d8ed71505a1e1bde3764747361a;p=oota-llvm.git Fix a typo. 'make clean' in bindings/ocaml would leave an output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48012 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)