automake-ng
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-NG] [FYI] [ng] rename: am__skiplex -> am.lex.maybe-skip


From: Stefano Lattarini
Subject: [Automake-NG] [FYI] [ng] rename: am__skiplex -> am.lex.maybe-skip
Date: Sun, 22 Jul 2012 14:01:03 +0200

Signed-off-by: Stefano Lattarini <address@hidden>
---
 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%
address@hidden@am__skiplex = test -f $@ ||
address@hidden@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%
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]