Remove duplicate setting of UNAME.
@@ -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
-OS=windows
-
GENIE=../bx/tools/bin/$(OS)/genie
all: