From 3e01035cf70bfe4bbedd6cd054f54f8d37702bbc Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Thu, 21 Jun 2001 02:17:00 +0000 Subject: [PATCH] Remove extraneous space. Should fix OS/2 --- gfx/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/Makefile.in b/gfx/src/Makefile.in index 3fd87a415222..37d3dfb93bec 100644 --- a/gfx/src/Makefile.in +++ b/gfx/src/Makefile.in @@ -39,7 +39,7 @@ DIRS = ps endif # Build xlibrgb only for X toolkits -ifneq (,$(filter motif xlib,$(MOZ_WIDGET_TOOLKIT))$(MOZ_ENABLE_XLIB) $(MOZ_ENABLE_XPRINT)) +ifneq (,$(filter motif xlib,$(MOZ_WIDGET_TOOLKIT))$(MOZ_ENABLE_XLIB)$(MOZ_ENABLE_XPRINT)) DIRS += xlibrgb endif