aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-01-02 23:57:54 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-01-03 00:07:49 +0100
commitf22fba6940e185b794ca1c6a79432d0547e5c648 (patch)
tree2164fcbe905b8235c7fad0204a0938097e0f1697 /Makefile
parentb55fd4416267295bba5f09762a94b93e37640525 (diff)
downloadvis-f22fba6940e185b794ca1c6a79432d0547e5c648.tar.gz
vis-f22fba6940e185b794ca1c6a79432d0547e5c648.tar.xz
Fix compilation on various *nix systems
Unfortunately this breaks support for BSD make.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d65a57..7689e4f 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ dist: clean
install: vis
@echo stripping executable
- @strip -s vis
+ @${STRIP} vis
@echo installing executable file to ${DESTDIR}${PREFIX}/bin
@mkdir -p ${DESTDIR}${PREFIX}/bin
@cp -f vis ${DESTDIR}${PREFIX}/bin