Bugzilla bug #1816: handle Cygwin's uname return format on Win95 also.

This commit is contained in:
wtc%netscape.com 1999-05-17 22:05:08 +00:00
parent 884f7f887d
commit fe36c00bf5

View File

@ -155,6 +155,10 @@ ifeq ($(OS_ARCH),Windows_95)
OS_ARCH := Windows_NT
OS_TARGET := WIN95
endif
ifeq ($(OS_ARCH),CYGWIN_95-4.0)
OS_ARCH := CYGWIN_NT-4.0
OS_TARGET := WIN95
endif
ifeq ($(OS_ARCH),OS2)
OS_ARCH := WINNT
OS_TARGET := OS2