_posix_path -> posix_path. (<- Andreas)

This commit is contained in:
Michael Hoffmann 2002-01-30 14:59:58 +00:00
parent 4fbbb9c5e4
commit e74c5aa084
1 changed files with 1 additions and 1 deletions

View File

@ -5043,7 +5043,7 @@ write_compiler_flags()
"(e.g. /usr/local/lib/qt/bin/moc)" \
>> ${FILE}
${_printf} "%s\\\\\n" "QT_MOC = " >> ${FILE}
${_printf} "\t%s\n\n" "`_posix_path ${QT_MOC}`" >> ${FILE}
${_printf} "\t%s\n\n" "`posix_path ${QT_MOC}`" >> ${FILE}
fi
#