projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259eb84
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3522
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
dea71e1
..
fbfc6eb
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