aboutsummaryrefslogtreecommitdiff
path: root/share/tmac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/tmac/Makefile')
-rw-r--r--share/tmac/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/share/tmac/Makefile b/share/tmac/Makefile
index 4f588dc1ce39..4aeb347d2f0c 100644
--- a/share/tmac/Makefile
+++ b/share/tmac/Makefile
@@ -11,12 +11,9 @@ OFILES= tmac.an.v6compat tmac.an6n tmac.an6t tmac.a tmac.cp tmac.doc.old
all clean cleandir depend lint tags:
-strip.sed:
- ln -s ../me/strip.sed strip.sed
-
-beforeinstall: strip.sed
+beforeinstall: ../me/strip.sed
for i in ${MSRCS}; do \
- sed -f strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
+ sed -f ../me/strip.sed < $$i > ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
chown ${BINOWN}.${BINGRP} ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
chmod 444 ${DESTDIR}${BINDIR}/tmac/tmac.$$i; \
done