Explorar o código

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>
Peter Korsgaard %!s(int64=16) %!d(string=hai) anos
pai
achega
717aaab9e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/Makefile.in

+ 1 - 1
package/Makefile.in

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