summaryrefslogtreecommitdiffstats
path: root/np_sdk/mozsrc/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'np_sdk/mozsrc/makefile.mk')
-rw-r--r--np_sdk/mozsrc/makefile.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/np_sdk/mozsrc/makefile.mk b/np_sdk/mozsrc/makefile.mk
index a8926475976c..679d14ec1f77 100644
--- a/np_sdk/mozsrc/makefile.mk
+++ b/np_sdk/mozsrc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2006-06-20 05:43:35 $
+# last change: $Author: kz $ $Date: 2006-10-05 10:13:56 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -50,11 +50,8 @@ JDKINCS=
.IF "$(GUI)" == "WNT"
MOZFILES = $(SLO)$/npwin.obj
.ELSE
-# macos is still not supported by the plugin
-.IF "$(OS)" != "MACOSX"
MOZFILES = $(SLO)$/npunix.obj
.ENDIF
-.ENDIF
ALL: $(MOZFILES)