From f22fba6940e185b794ca1c6a79432d0547e5c648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 2 Jan 2015 23:57:54 +0100 Subject: Fix compilation on various *nix systems Unfortunately this breaks support for BSD make. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3