summaryrefslogtreecommitdiff
path: root/security/coreconf/rules.mk
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-05-31 22:41:26 +0000
committerwtc%netscape.com <devnull@localhost>2001-05-31 22:41:26 +0000
commit25cee3e06d90ab0390e075a9edad02aec958ee9b (patch)
tree3199c8382e8059749edef8d1daa4244bbaa42d4a /security/coreconf/rules.mk
parent9782bb864e6d75baf0dfe15de1726946751c37ae (diff)
downloadnss-hg-25cee3e06d90ab0390e075a9edad02aec958ee9b.tar.gz
Fixed a typo and deleted a debugging echo command.
Diffstat (limited to 'security/coreconf/rules.mk')
-rw-r--r--security/coreconf/rules.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/coreconf/rules.mk b/security/coreconf/rules.mk
index 8d6da693c..7d347d5f3 100644
--- a/security/coreconf/rules.mk
+++ b/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)