Skip to content

Commit

Permalink
Fix src_ext Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed Dec 21, 2012
1 parent fa47fcd commit c76d28d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src_ext/Makefile
Expand Up @@ -47,6 +47,7 @@ cmdliner-0.9.2.tbz:


cmdliner.stamp: cmdliner-0.9.2.tbz cmdliner.stamp: cmdliner-0.9.2.tbz
tar xfj cmdliner-0.9.2.tbz tar xfj cmdliner-0.9.2.tbz
rm -rf cmdliner
mv cmdliner-0.9.2 cmdliner mv cmdliner-0.9.2 cmdliner
@touch $@ @touch $@


Expand All @@ -72,4 +73,4 @@ clean:
distclean: clean distclean: clean
rm -rf cudf extlib ocaml-re ocamlgraph dose cmdliner rm -rf cudf extlib ocaml-re ocamlgraph dose cmdliner
rm -f depends.ocp rm -f depends.ocp
rm -f *.tar.gz *.stamp rm -f *.tar.gz *.tbz *.stamp

0 comments on commit c76d28d

Please sign in to comment.