mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/Makefile.in: use := for INSTALL
So it doesn't get reevaluated every time and for consistency with FLEX/BISON. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4ae691ecb9
commit
717aaab9e8
@ -181,7 +181,7 @@ ifeq ($(BR2_STRIP_none),y)
|
|||||||
TARGET_STRIP=true -Not_stripping
|
TARGET_STRIP=true -Not_stripping
|
||||||
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)
|
FLEX:=$(shell which flex || type -p flex)
|
||||||
BISON:=$(shell which bison || type -p bison)
|
BISON:=$(shell which bison || type -p bison)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user