Place xpcom libs before nspr libs in MOZ_COMPONENT_LIBS

This commit is contained in:
cls%seawood.org 2001-04-30 02:56:51 +00:00
parent 0471906e82
commit bc6c487031

@ -394,7 +394,7 @@ endif
DEPENDENCIES = .md
MOZ_COMPONENT_LIBS=$(MOZ_COMPONENT_NSPR_LIBS) $(MOZ_COMPONENT_XPCOM_LIBS)
MOZ_COMPONENT_LIBS=$(MOZ_COMPONENT_XPCOM_LIBS) $(MOZ_COMPONENT_NSPR_LIBS)
ifdef GC_LEAK_DETECTOR
MOZ_COMPONENT_XPCOM_LIBS += -lboehm