From 77a54c212569d2b033205a88a6cfb051e7fc9aff Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Wed, 20 Nov 2002 14:17:23 +0000 Subject: [PATCH] #177200 r=cls OS/2 only - put call to grab nsinstall from toolsdir back Happy Mr. Pedemonte? --- config/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.mk b/config/config.mk index 0d37545f8ca4..5c16aac2344d 100644 --- a/config/config.mk +++ b/config/config.mk @@ -721,7 +721,7 @@ ifeq (,$(filter-out WINNT OS2, $(OS_ARCH))) ifeq ($(OS_ARCH),WINNT) NSINSTALL = $(CYGWIN_WRAPPER) $(MOZ_TOOLS_DIR)/bin/nsinstall else -NSINSTALL = nsinstall +NSINSTALL = $(MOZ_TOOLS_DIR)/nsinstall endif INSTALL = $(NSINSTALL) else