Re: problem building 1.5.10
Ken Weingold writes:
> I've tried a few times, and when I run make, all I get is:
>
> ./gen_defs ./OPS ./OPS.PGP ./OPS.SMIME ./OPS.CRYPT > keymap_defs.h
> ./patchlist.sh < ./PATCHES > patchlist.c
> make all-recursive
> Making all in m4
> Making all in po
> Making all in intl
> Making all in doc
> sed -e 's,@sysconfdir\@,/usr/local/etc,g' -e 's,@bindir\@,/usr/local/bin,g'
> -e 's,@docdir\@,/usr/local/doc/mutt,g' > mutt.1
make doesn't seem to know "$<":
mutt.1: $(srcdir)/mutt.man
$(EDIT) $< > $@
> It just stops here. This is on NetBSD 2.0.
Is this standard NetBSD make? It should recognise $< as a builtin/local
variable according the man page.