Signed-off-by: Stefano Lattarini <[email protected]>
---
 lib/am/lex.am |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/am/lex.am b/lib/am/lex.am
index 038c125..cc443ca 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 <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 $@ ||
+@[email protected] = 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%
-- 
1.7.10.4


Reply via email to