summaryrefslogtreecommitdiff
path: root/rules/build-prog.mk
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-08-15 17:45:57 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-09-04 16:01:06 +0200
commit64761ce9a899954a12d8e3ae8b400c5ad9648137 (patch)
treefb3e5bc7645158fdcb530803d4a9ab9d09ff5e73 /rules/build-prog.mk
parent19c6049a3d718a3200feab644d6bbbc6b5f2e74b (diff)
downloadhaskell-64761ce9a899954a12d8e3ae8b400c5ad9648137.tar.gz
Build system: implement `make install-strip` (#1851)
Reviewed by: bgamari Differential Revision: https://phabricator.haskell.org/D1209
Diffstat (limited to 'rules/build-prog.mk')
-rw-r--r--rules/build-prog.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/build-prog.mk b/rules/build-prog.mk
index 1029fdd3ea..f09a8c1f6e 100644
--- a/rules/build-prog.mk
+++ b/rules/build-prog.mk
@@ -302,7 +302,7 @@ endif
ifeq "$$($1_$2_WANT_INSTALLED_WRAPPER)" "YES"
INSTALL_LIBEXECS += $1/$2/build/tmp/$$($1_$2_PROG)
else ifeq "$$($1_$2_TOPDIR)" "YES"
-INSTALL_TOPDIRS += $1/$2/build/tmp/$$($1_$2_PROG)
+INSTALL_TOPDIR_BINS += $1/$2/build/tmp/$$($1_$2_PROG)
else
INSTALL_BINS += $1/$2/build/tmp/$$($1_$2_PROG)
endif