projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae691e
)
package/Makefile.in: use := for INSTALL
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 26 Aug 2009 07:52:51 +0000
(09:52 +0200)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/Makefile.in
b/package/Makefile.in
index 2dbf37fbf7b6f9feb1a6689c6b7765f6cee3cb12..a67c1caf239f92ffb54b709ca6082ffb934c7fbe 100644
(file)
--- a/
package/Makefile.in
+++ b/
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)