Remove hardcoded path for install binary
SVN-Revision: 3522
This commit is contained in:
parent
27d117058c
commit
8639e7dfb5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ LD = $(CROSS)gcc
|
||||||
AR = $(CROSS)ar
|
AR = $(CROSS)ar
|
||||||
RANLIB = $(CROSS)ranlib
|
RANLIB = $(CROSS)ranlib
|
||||||
DOXYGEN = echo
|
DOXYGEN = echo
|
||||||
INSTALL = /usr/bin/install
|
INSTALL = install
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LN = ln -sf
|
LN = ln -sf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue