Skip to content

Commit

Permalink
more ~ -> ; conversion
Browse files Browse the repository at this point in the history
svn:revision:23780
cvs:account:brlcad
cvs:branch:trunk
  • Loading branch information
brlcad committed Jan 26, 2005
1 parent 9dd5916 commit 5062a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ old_postuninstall_cmds=
if test -n "$RANLIB"; then
case $host_os in
openbsd*)
old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds"
old_postinstall_cmds="\$RANLIB -t \$oldlib ; $old_postinstall_cmds"
;;
*)
old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
old_postinstall_cmds="\$RANLIB \$oldlib ; $old_postinstall_cmds"
;;
esac
old_archive_cmds="$old_archive_cmds ; \$RANLIB \$oldlib"
Expand Down

0 comments on commit 5062a36

Please sign in to comment.