1
0
Fork 0

tools: Makefile: delete redundant lines

HOSTOS is defined and exported at the top Makefile.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
utp
Masahiro Yamada 2013-11-11 14:36:03 +09:00 committed by Tom Rini
parent 74307f206c
commit e2e1f3ca39
1 changed files with 0 additions and 2 deletions

View File

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