]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] rename: am__skiplex -> am.lex.maybe-skip
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 12:00:46 +0000 (14:00 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 22 Jul 2012 13:01:40 +0000 (15:01 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/lex.am

index 038c125bb71c12ae25cce2d9878780674f37417c..cc443ca342c22430c3f27bae327e3e3e4cd6c31c 100644 (file)
 ## You should have received a copy of the GNU General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-## 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%