From: Stefano Lattarini Date: Sun, 22 Jul 2012 12:00:46 +0000 (+0200) Subject: [ng] rename: am__skiplex -> am.lex.maybe-skip X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f412ab6995052037f383ace7145f930d4c8609d2;p=thirdparty%2Fautomake.git [ng] rename: am__skiplex -> am.lex.maybe-skip Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/lex.am b/lib/am/lex.am index 038c125bb..cc443ca34 100644 --- a/lib/am/lex.am +++ b/lib/am/lex.am @@ -14,16 +14,16 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -## See the comment about am__skipyacc in yacc.am. +## See the comment about am.yacc.maybe-skip in yacc.am. if %?MAINTAINER-MODE% if %?FIRST% -@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || +@MAINTAINER_MODE_FALSE@am.lex.maybe-skip = test -f $@ || endif %?FIRST% endif %?MAINTAINER-MODE% ?GENERIC?%%DERIVED-EXT%: %%EXT% ?!GENERIC?%OBJ%: %SOURCE% %SILENT%test -d $(dir $@) || $(MKDIR_P) $(dir $@) -?GENERIC? %VERBOSE%$(am__skiplex) \ -?!GENERIC??DIST_SOURCE? %VERBOSE%$(am__skiplex) \ +?GENERIC? %VERBOSE%$(am.lex.maybe-skip) \ +?!GENERIC??DIST_SOURCE? %VERBOSE%$(am.lex.maybe-skip) \ $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c %OBJ% -- %COMPILE%