From 294a7565aa7b6323ebfc97011f77a532430434c5 Mon Sep 17 00:00:00 2001 From: "ddrinan%netscape.com" Date: Thu, 21 Sep 2000 01:13:38 +0000 Subject: [PATCH] Fixed typo --- security/psm/server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/psm/server/Makefile b/security/psm/server/Makefile index e6dd69ad02db..6b4db1b78dd9 100644 --- a/security/psm/server/Makefile +++ b/security/psm/server/Makefile @@ -313,7 +313,7 @@ ifneq ($(OS_ARCH), WINNT) $(NSINSTALL) -m 775 start-psm xpi/psm endif $(NSINSTALL) -m 755 $(PROGRAM) xpi/psm -ifneq ($(OS_ARCH, WINNT) +ifneq ($(OS_ARCH), WINNT) cd $(PLATFORM); $(DIST)/bin/regxpcom cp $(PLATFORM>/component.reg xpi/psm endif