> Date: Mon, 27 Apr 2026 15:43:19 +0000 > From: Heime <[email protected]> > > Have looked at the emacs documentation Makefile.in but do not need > to use Autoconf. My target directory is trgdir and the sources are > in srcs. How can I change the following. What is AM_V_GEN? If I need > to use it, to what should it be assigned? > > (trgdir)/emacs.info: ${srcs} | ${trgdir} > $(AM_V_GEN)$(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ $<
You can drop AM_V_GEN entirely.
