automake-ng
[Top][All Lists]
Advanced

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

[Automake-NG] [PATCH 3/5] [ng] lex: fix a (mostly harmless) typo in code


From: Stefano Lattarini
Subject: [Automake-NG] [PATCH 3/5] [ng] lex: fix a (mostly harmless) typo in code
Date: Wed, 6 Jun 2012 00:52:10 +0200

* lib/am/lex.am [?GENERIC?]: s/$(am__skipyacc)/$(am__skiplex)/.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 lib/am/lex.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/am/lex.am b/lib/am/lex.am
index bc553f4..b5e2bb2 100644
--- a/lib/am/lex.am
+++ b/lib/am/lex.am
@@ -24,6 +24,6 @@ endif %?MAINTAINER-MODE%
 ?GENERIC?%%DERIVED-EXT%: %%EXT%
 ?!GENERIC?%OBJ%: %SOURCE%
 ?SUBDIROBJ?    %SILENT%test -d $(dir $@) || $(MKDIR_P) $(dir $@)
-?GENERIC?      %VERBOSE%$(am__skipyacc) \
+?GENERIC?      %VERBOSE%$(am__skiplex) \
 ?!GENERIC??DIST_SOURCE?        %VERBOSE%$(am__skiplex) \
        $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c %OBJ% -- %COMPILE%
-- 
1.7.9.5




reply via email to

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