]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/Makefile.in: use := for INSTALL
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 Aug 2009 07:52:51 +0000 (09:52 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 26 Aug 2009 07:52:51 +0000 (09:52 +0200)
So it doesn't get reevaluated every time and for consistency with FLEX/BISON.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/Makefile.in

index 2dbf37fbf7b6f9feb1a6689c6b7765f6cee3cb12..a67c1caf239f92ffb54b709ca6082ffb934c7fbe 100644 (file)
@@ -181,7 +181,7 @@ ifeq ($(BR2_STRIP_none),y)
 TARGET_STRIP=true -Not_stripping
 STRIPCMD=$(TARGET_STRIP)
 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)