- Fixed: The top-level Makefile doesn't need to test for msys, since $OS is still

set by the msys shell.

SVN r883 (trunk)
This commit is contained in:
Randy Heit 2008-04-05 16:35:38 +00:00
parent e105a29e99
commit fd21005391
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
ifeq (Windows_NT,$(OS))
WIN=1
endif
ifeq ($(findstring msys,$(shell sh --version 2>nul)),msys)
WIN=1
endif
ifeq (1,$(WIN))
include Makefile.mgw