* mkcheck.in: Fix echoing of -rpath option.
From-SVN: r37217
This commit is contained in:
parent
ce881b7fe4
commit
19944601d6
@ -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="-"
|
||||
|
Loading…
Reference in New Issue
Block a user