|
@@ -219,8 +219,6 @@ TARGET_STRIP = /bin/true
|
|
STRIPCMD = $(TARGET_STRIP)
|
|
STRIPCMD = $(TARGET_STRIP)
|
|
endif
|
|
endif
|
|
INSTALL := $(shell which install || type -p install)
|
|
INSTALL := $(shell which install || type -p install)
|
|
-FLEX := $(shell which flex || type -p flex)
|
|
|
|
-BISON := $(shell which bison || type -p bison)
|
|
|
|
UNZIP := $(shell which unzip || type -p unzip) -q
|
|
UNZIP := $(shell which unzip || type -p unzip) -q
|
|
|
|
|
|
APPLY_PATCHES = PATH=$(HOST_DIR)/bin:$$PATH support/scripts/apply-patches.sh $(if $(QUIET),-s)
|
|
APPLY_PATCHES = PATH=$(HOST_DIR)/bin:$$PATH support/scripts/apply-patches.sh $(if $(QUIET),-s)
|