Commit 1767cc4f by Andreas Schwab

Fix misapplied hunk.

From-SVN: r104982
parent 48884537
...@@ -4799,7 +4799,7 @@ relink_command=\"$relink_command\"" ...@@ -4799,7 +4799,7 @@ relink_command=\"$relink_command\""
# but it's something to keep an eye on. # but it's something to keep an eye on.
if test "$inst_prefix_dir" = "$destdir"; then if test "$inst_prefix_dir" = "$destdir"; then
$echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2 $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
exit $EXIT_FAILURE exit 1
fi fi
if test -n "$inst_prefix_dir"; then if test -n "$inst_prefix_dir"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment