From 558b641ac80c93709577c7fc6ebc2dee10f68595 Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Sun, 31 Mar 2002 21:27:34 +0000 Subject: [PATCH] Fix planetoid bustage, copy nativescrollbars.css to scrollbars.css --- themes/classic/global/mac/Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/themes/classic/global/mac/Makefile.in b/themes/classic/global/mac/Makefile.in index 0261ea5a1af8..9126815488fa 100644 --- a/themes/classic/global/mac/Makefile.in +++ b/themes/classic/global/mac/Makefile.in @@ -24,5 +24,15 @@ topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ +GARBAGE += scrollbars.css + +# use native scrollbars over xul scrollbars for mac classic skin. This +# requires copying "nativescrollbars.css" to "scrollbars.css", which +# will then get picked up by the jar packaging. +_DEP_CSS = nativescrollbars.css + +export:: $(_DEP_CSS) + cp $^ scrollbars.css + include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk