Remove duplicate setting of UNAME.

Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
This commit is contained in:
Thomas Klausner
2016-05-03 00:05:48 +02:00
parent d6233d31ae
commit 7b7f251c24

View File

@@ -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: