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
parent d0b4f004c4
commit e278700dae

View File

@ -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