aboutsummaryrefslogtreecommitdiff
path: root/jindroush/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-25 21:45:47 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-25 21:46:05 -0400
commit5ea1671fc34f2262cd11e1188f19fc2ed8da3cef (patch)
treee18756518912566a4ae963a382369fb41211c5ad /jindroush/Makefile
parentec5d94be4d5bf775599f67875e07da869b9c1834 (diff)
downloadbw-atari8-tools-5ea1671fc34f2262cd11e1188f19fc2ed8da3cef.tar.gz
listbas: rearrange some code; chkbas: get rid of listbas symlink.
Diffstat (limited to 'jindroush/Makefile')
-rw-r--r--jindroush/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/jindroush/Makefile b/jindroush/Makefile
index 0a11a8f..605dc70 100644
--- a/jindroush/Makefile
+++ b/jindroush/Makefile
@@ -54,9 +54,3 @@ install: all
chmod 644 $(DESTDIR)/$(MAN1DIR)/$$i.1 ; \
[ "$(GZIP_MAN)" = "y" ] && gzip -f $(DESTDIR)/$(MAN1DIR)/$$i.1 ; \
done
- ln -sf chkbas $(DESTDIR)$(BINDIR)/listbas
- if [ "$(GZIP_MAN)" = "y" ]; then \
- ln -sf chkbas.1.gz $(DESTDIR)$(MAN1DIR)/listbas.1.gz ; \
- else \
- ln -sf chkbas.1 $(DESTDIR)$(MAN1DIR)/listbas.1 ; \
- fi