Ver código fonte

Remove duplicate setting of UNAME.

Signed-off-by: Thomas Klausner <[email protected]>
Thomas Klausner 9 anos atrás
pai
commit
7b7f251c24
1 arquivos alterados com 0 adições e 11 exclusões
  1. 0 11
      makefile

+ 0 - 11
makefile

@@ -3,17 +3,6 @@
 # License: http://www.opensource.org/licenses/BSD-2-Clause
 #
 
-UNAME := $(shell uname)
-ifeq ($(UNAME),$(filter $(UNAME),Linux Darwin))
-ifeq ($(UNAME),$(filter $(UNAME),Darwin))
-OS=darwin
-else
-OS=linux
-endif
-else
-OS=windows
-endif
-
 GENIE=../bx/tools/bin/$(OS)/genie
 
 all: