Fixed a typo and deleted a debugging echo command.

git-svn-id: svn://10.0.0.236/trunk@96140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2001-05-31 22:41:26 +00:00
parent b7b1cb3691
commit 540ef693f2

View File

@ -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)