diff options
author | Leah Neukirchen <leah@vuxu.org> | 2019-01-02 19:11:53 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2019-01-02 19:11:53 +0100 |
commit | 55c188a0c82a476cc6a2954b16c1ecb67d6bc14c (patch) | |
tree | 83e5d0b3eca9eb7931d7134de884a9cf2b2fff31 /GNUmakefile | |
parent | 1349f617de10d156b11480a30a69ea280500a75c (diff) | |
download | mblaze-55c188a0c82a476cc6a2954b16c1ecb67d6bc14c.tar.gz mblaze-55c188a0c82a476cc6a2954b16c1ecb67d6bc14c.tar.xz mblaze-55c188a0c82a476cc6a2954b16c1ecb67d6bc14c.zip |
mless: remove mnext/mprev
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0d7d0a3..04f4944 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -59,8 +59,6 @@ install: FRC all $(DESTDIR)$(MANDIR)/man5 \ $(DESTDIR)$(MANDIR)/man7 install -m0755 $(ALL) $(SCRIPT) $(DESTDIR)$(BINDIR) - ln -sf mless $(DESTDIR)$(BINDIR)/mnext - ln -sf mless $(DESTDIR)$(BINDIR)/mprev ln -sf mcom $(DESTDIR)$(BINDIR)/mbnc ln -sf mcom $(DESTDIR)$(BINDIR)/mfwd ln -sf mcom $(DESTDIR)$(BINDIR)/mrep |