Commit 37cea193 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

Merge branch 'install-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot

parents e15c0d07 1a2433b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ ifeq ($(BR2_STRIP_none),y)
TARGET_STRIP=true -Not_stripping
STRIPCMD=$(TARGET_STRIP)
endif
INSTALL=/usr/bin/install
INSTALL=$(shell which install || type -p install)
FLEX:=$(shell which flex || type -p flex)
BISON:=$(shell which bison || type -p bison)