diff options
Diffstat (limited to 'security/coreconf/OS2.mk')
-rw-r--r-- | security/coreconf/OS2.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/coreconf/OS2.mk b/security/coreconf/OS2.mk index 1a85c76db..03edadf4a 100644 --- a/security/coreconf/OS2.mk +++ b/security/coreconf/OS2.mk @@ -173,7 +173,11 @@ endif # XP_OS2_VACPP # OS/2 use nsinstall that is included in the toolkit. # since we do not wish to support and maintain 3 version of nsinstall in mozilla, nspr and nss +ifdef BUILD_TREE +NSINSTALL_DIR = $(BUILD_TREE)/nss +else NSINSTALL_DIR = $(CORE_DEPTH)/coreconf/nsinstall +endif # NSINSTALL = $(NSINSTALL_DIR)/$(OBJDIR_NAME)/nsinstall NSINSTALL = nsinstall # HCT4OS2 INSTALL = $(NSINSTALL) |