Try again with fix for BeOS build. This is not the same fix that broke

the Solaris build yestarday, but I'm looking at tinderbox anyway, ready
to back this out if there are build problems.
r=mcafee, r=shaver
This commit is contained in:
duncan%be.com 1999-11-20 16:15:44 +00:00
Родитель a6e331edd8
Коммит eee97d86af
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2709,7 +2709,7 @@ MOZ_TIMER_LIBS='$(DIST)/lib/libtimer_s.a'
# Beos needs to link the timer in dynamically
case "$target" in
*-beos*)
MOZ_TIMER_LIBS=-ltimer_beos
MOZ_TIMER_LIBS='$(DIST)/lib/libtimer_beos.so'
;;
esac