From 540ef693f286fa54722dce993290874ae16cbce7 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Thu, 31 May 2001 22:41:26 +0000 Subject: [PATCH] Fixed a typo and deleted a debugging echo command. git-svn-id: svn://10.0.0.236/trunk@96140 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/coreconf/rules.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mozilla/security/coreconf/rules.mk b/mozilla/security/coreconf/rules.mk index 8d6da693c6d..7d347d5f39e 100644 --- a/mozilla/security/coreconf/rules.mk +++ b/mozilla/security/coreconf/rules.mk @@ -57,7 +57,7 @@ USE_NT_C_SYNTAX=1 endif ifdef XP_OS2_VACPP -USE_NT_C_SYTNAX=1 +USE_NT_C_SYNTAX=1 endif # @@ -297,7 +297,6 @@ else $(AR) $(OBJS) endif $(RANLIB) $@ - echo $(BUILT_SRCS) $(OBJS) ifeq ($(OS_ARCH),OS2)