projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d1170
)
Remove hardcoded path for install binary
author
Florian Fainelli
<florian@openwrt.org>
Tue, 28 Mar 2006 15:04:26 +0000
(15:04 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 28 Mar 2006 15:04:26 +0000
(15:04 +0000)
SVN-Revision: 3522
openwrt/package/ustl/files/Common.mk
patch
|
blob
|
history
diff --git
a/openwrt/package/ustl/files/Common.mk
b/openwrt/package/ustl/files/Common.mk
index dea71e1158bcc83454e49392dceea6698dfe31db..fbfc6eb6316cbd143f3284abcc5d801ff8ea40ef 100644
(file)
--- a/
openwrt/package/ustl/files/Common.mk
+++ b/
openwrt/package/ustl/files/Common.mk
@@
-9,7
+9,7
@@
LD = $(CROSS)gcc
AR = $(CROSS)ar
RANLIB = $(CROSS)ranlib
DOXYGEN = echo
-INSTALL =
/usr/bin/
install
+INSTALL = install
RM = rm -f
LN = ln -sf