Add missing backslash. Hopefully fix Windows build bustage.

This commit is contained in:
Joe Drew 2009-04-03 15:39:28 -04:00
parent eaef2088cb
commit ab9ba1fc6f

View File

@ -90,7 +90,7 @@ EXTRA_DSO_LDOPTS = \
$(EXTRA_DSO_LIBS) \
$(MOZ_COMPONENT_LIBS) \
$(MOZ_UNICHARUTIL_LIBS) \
$(QCMS_LIBS)
$(QCMS_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk