Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/dynamic_loading@3667 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Aug 27, 2001
1 parent 08af60b commit 1d4d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ocamlmklib.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ while :; do
*.cmo|*.cma)
bytecode_objs="$bytecode_objs $1";;
*.cmx|*.cmxa)
native_objs="native_objs $1";;
native_objs="$native_objs $1";;
*.ml|*.mli)
bytecode_objs="$bytecode_objs $1"
native_objs="$native_objs $1";;
Expand Down

0 comments on commit 1d4d0ec

Please sign in to comment.