* mkcheck.in: Fix echoing of -rpath option.

From-SVN: r37217
This commit is contained in:
Mark Mitchell 2000-11-03 02:29:28 +00:00
parent ce881b7fe4
commit 19944601d6
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ test_file()
fi
else
# the file did not compile. Write out compilation info to the log file.
echo "$CXX $CXX_FLAG $S_FLAG $INC_PATH -L$LIB_PATH -Wl,--rpath -Wl,$LIB_PATH \
echo "$CXX $CXX_FLAG $S_FLAG $INC_PATH -L$LIB_PATH -Wl,-rpath -Wl,$LIB_PATH \
$SRC_NAME -o $EXENAME" 2>> $LOG_FILE
RESULT="-"