## 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%