diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:13:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:13:56 +0000 |
commit | 1a9d2d87acc8312687dc74a1a6f1d4d1758a8829 (patch) | |
tree | 67828b130919af6a3db8525d436289797f7a9ba9 /np_sdk | |
parent | b15a407e6b0da431e5a49f341d7b5fcef8323891 (diff) |
INTEGRATION: CWS macmozplugfix (1.4.6); FILE MERGED
2006/09/22 08:03:46 ericb 1.4.6.1: #i62119# macmozplugfix npunix.o can be built on Mac OS X too
Diffstat (limited to 'np_sdk')
-rw-r--r-- | np_sdk/mozsrc/makefile.mk | 7 |
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) |