From 5417b175fa84a8b19e1dac06f9ac5ec74598a4f6 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 1 May 2001 23:53:59 +0000 Subject: [PATCH] #58617 r=cls Don't copy unix shell scripts into the dist on OS/2 --- build/Makefile.in | 2 ++ webshell/tests/viewer/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/build/Makefile.in b/build/Makefile.in index fd8903d8339f..a168adffff96 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -27,7 +27,9 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +ifneq ($(MOZ_WIDGET_TOOLKIT),os2) DIRS = unix +endif include $(topsrcdir)/config/rules.mk diff --git a/webshell/tests/viewer/Makefile.in b/webshell/tests/viewer/Makefile.in index eb5f3bd0f894..57e4415ca133 100644 --- a/webshell/tests/viewer/Makefile.in +++ b/webshell/tests/viewer/Makefile.in @@ -175,7 +175,9 @@ install:: $(PROGRAM) $(srcdir)/mozilla-viewer.sh $(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(DIST)/bin/res/samples $(INSTALL) $(EXPORT_RESOURCE_THROBBER) $(DIST)/bin/res/throbber $(INSTALL) $(srcdir)/resources/viewer.properties $(DIST)/bin/res +ifneq ($(MOZ_WIDGET_TOOLKIT),os2) $(INSTALL) $(srcdir)/mozilla-viewer.sh $(DIST)/bin +endif unix/gtk/libviewer_gtk_s.a: @$(MAKE) -C $(@D) $(@F)