diff options
Diffstat (limited to 'util/viatool/Makefile')
-rw-r--r-- | util/viatool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/viatool/Makefile b/util/viatool/Makefile index 365497a308..b2a62917d6 100644 --- a/util/viatool/Makefile +++ b/util/viatool/Makefile @@ -19,7 +19,7 @@ PROGRAM = viatool CC ?= gcc -INSTALL ?= /usr/bin/install +INSTALL ?= /usr/bin/env install PREFIX ?= /usr/local CFLAGS ?= -O2 -g -Wall -W -I$(CURDIR) LDFLAGS += -lpci -lz |