diff options
Diffstat (limited to 'util/pmh7tool/Makefile')
-rw-r--r-- | util/pmh7tool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pmh7tool/Makefile b/util/pmh7tool/Makefile index 091fbc533e..384d3d9c4e 100644 --- a/util/pmh7tool/Makefile +++ b/util/pmh7tool/Makefile @@ -16,7 +16,7 @@ CC = gcc CFLAGS = -O2 -Wall -W -Werror PROGRAM = pmh7tool -INSTALL = /usr/bin/install +INSTALL = /usr/bin/env install PREFIX = /usr/local all: $(PROGRAM) |