Remove hardcoded path for install binary

SVN-Revision: 3522
lede-17.01
Florian Fainelli 2006-03-28 15:04:26 +00:00
parent 27d117058c
commit 8639e7dfb5
1 changed files with 1 additions and 1 deletions

View File

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