From ab9ba1fc6f70fdd796ab822f73138428e5f1a8ec Mon Sep 17 00:00:00 2001 From: Joe Drew Date: Fri, 3 Apr 2009 15:39:28 -0400 Subject: [PATCH] Add missing backslash. Hopefully fix Windows build bustage. --- widget/src/build/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widget/src/build/Makefile.in b/widget/src/build/Makefile.in index b35c058d6b3..7f42ddf5d72 100644 --- a/widget/src/build/Makefile.in +++ b/widget/src/build/Makefile.in @@ -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