summaryrefslogtreecommitdiff
path: root/src/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/local.mk')
-rw-r--r--src/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/local.mk b/src/local.mk
index 86d0d8e22..5b25fcb87 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -645,7 +645,7 @@ check-duplicate-no-install: src/tr
# Use the just-built 'ginstall', when not cross-compiling.
if CROSS_COMPILING
-cu_install_program = @INSTALL_PROGRAM@
+cu_install_program = @INSTALL@
else
cu_install_program = src/ginstall
endif