Bugzilla bug #54711: fixed a typo. Thanks to hctrinh@us.ibm.com

(Huynh Trinh) for the patch.
This commit is contained in:
wtc%netscape.com 2000-10-01 03:17:56 +00:00
parent f29cf84e8c
commit 906deebf85

View File

@ -60,7 +60,7 @@ ifeq ($(OS_ARCH),WINNT)
CSRCS += win32err.c
else
ifeq ($(OS_ARCH),OS2)
CSRCS += os2err.c
CSRCS += os2_err.c
else
CSRCS += unix_err.c
endif