Fixed a small bug WRT shared library naming

This commit is contained in:
jim_nance%yahoo.com 2000-03-14 03:27:13 +00:00
Родитель b0c8f8b961
Коммит 682702de64
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,6 +14,6 @@ $ECHO atom $PROG -tool hiprof -env threads -toolargs="-calltime -systime" -all $
cd components && (
for f in lib*.so; do
mv ../$f.hiprof.threads .
mv ../$f.$PROG.hiprof.threads .
done
)