From: Masahiro Yamada Date: Mon, 11 Nov 2013 05:36:03 +0000 (+0900) Subject: tools: Makefile: delete redundant lines X-Git-Tag: v2014.01-rc1~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2e1f3ca391b7ad8bbe4407b2edf5ee2778892c5;p=platform%2Fkernel%2Fu-boot.git tools: Makefile: delete redundant lines HOSTOS is defined and exported at the top Makefile. Signed-off-by: Masahiro Yamada --- diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile index dee91fc..dd98fb6 100644 --- a/tools/gdb/Makefile +++ b/tools/gdb/Makefile @@ -23,8 +23,6 @@ BINS := $(addprefix $(obj),$(BINS)) # HOSTCPPFLAGS = -I$(BFD_ROOT_DIR)/include -HOSTOS := $(shell uname -s | sed -e 's/\([Cc][Yy][Gg][Ww][Ii][Nn]\).*/cygwin/') - ifeq ($(HOSTOS),cygwin) all: