From fd2100539191fcd4da01b292a385814a65951d51 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sat, 5 Apr 2008 16:35:38 +0000 Subject: [PATCH] - Fixed: The top-level Makefile doesn't need to test for msys, since $OS is still set by the msys shell. SVN r883 (trunk) --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index d783ee1c6f..2efb4386e4 100644 --- a/Makefile +++ b/Makefile @@ -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