Don't attempt to fix the mode of mus - mus might be read-only. Just

interpret it.  I've preserved the bugs that perl must be installed
to build part of perl and that it must be installed in the wrong place
(no ${DESTDIR}).
This commit is contained in:
bde 1995-03-25 15:43:57 +00:00
parent 193548394a
commit 6e4ddba893

View File

@ -15,8 +15,7 @@ VPATH+= ${.CURDIR}/../perl
NOMAN= yes
curses.c: curses.mus
@if [ ! -x ${.CURDIR}/mus ]; then chmod +x ${.CURDIR}/mus; fi
${.CURDIR}/mus ${.CURDIR}/curses.mus > curses.c
/usr/bin/perl ${.CURDIR}/mus ${.CURDIR}/curses.mus > curses.c
.include "../../Makefile.inc"
.include <bsd.prog.mk>