aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2019-05-29 16:28:08 +0300
committerEvgeny Zinoviev <me@ch1p.io>2019-05-29 16:28:08 +0300
commit6b1f130408a35aafa369c79ed90ab0e708e5fcbe (patch)
treebea55fe3357ec730f615e97e0a917faf10a8f3d4
parentccd8c3633949c729f8bb65601af2a85d53c473b3 (diff)
sync with coreboot treeHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 091fbc5..384d3d9 100644
--- a/Makefile
+++ b/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)