From 7b7f251c2488188bcc930b443d29f1922a38c11d Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Tue, 3 May 2016 00:05:48 +0200 Subject: [PATCH] Remove duplicate setting of UNAME. Signed-off-by: Thomas Klausner --- makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/makefile b/makefile index 7348046..5d0ecbd 100644 --- a/makefile +++ b/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: