From: Eli Zaretskii Date: Sat, 23 Mar 2019 09:47:49 +0000 (+0200) Subject: * src/Makefile.in ($(AM_V_GEN)POSIXLY_CORRECT): Use AM_V_GEN. X-Git-Tag: emacs-27.0.90~3356 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbd6490ad49b0f088d56cdd5f04178bdd62c806a;p=emacs.git * src/Makefile.in ($(AM_V_GEN)POSIXLY_CORRECT): Use AM_V_GEN. --- diff --git a/src/Makefile.in b/src/Makefile.in index ee27db0811f..dee3a534db3 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -461,7 +461,7 @@ dmpstruct_headers=$(srcdir)/lisp.h $(srcdir)/buffer.h \ pdumper.o: dmpstruct.h dmpstruct.h: $(srcdir)/dmpstruct.awk dmpstruct.h: $(libsrc)/make-fingerprint$(EXEEXT) $(dmpstruct_headers) - POSIXLY_CORRECT=1 awk -f $(srcdir)/dmpstruct.awk \ + $(AM_V_GEN)POSIXLY_CORRECT=1 awk -f $(srcdir)/dmpstruct.awk \ $(dmpstruct_headers) > $@ AUTO_DEPEND = @AUTO_DEPEND@