diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-01-02 23:57:54 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-01-03 00:07:49 +0100 |
| commit | f22fba6940e185b794ca1c6a79432d0547e5c648 (patch) | |
| tree | 2164fcbe905b8235c7fad0204a0938097e0f1697 /Makefile | |
| parent | b55fd4416267295bba5f09762a94b93e37640525 (diff) | |
| download | vis-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
