summaryrefslogtreecommitdiff
path: root/lib/am/lex.am
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-07-28 19:58:37 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-07-28 19:58:37 +0000
commitc97542e2881be4626762efa01b8c8d49ec3a1120 (patch)
tree23cbf4a8b23a7607180891d239fb67f6c06e6642 /lib/am/lex.am
parentc3783fca9e66dfeedde1a1d3bdfc2273c2b7d281 (diff)
downloadautomake-c97542e2881be4626762efa01b8c8d49ec3a1120.tar.gz
revert hasty commit before release
Diffstat (limited to 'lib/am/lex.am')
-rw-r--r--lib/am/lex.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/am/lex.am b/lib/am/lex.am
index c84b2c0a6..9ce16f9d0 100644
--- a/lib/am/lex.am
+++ b/lib/am/lex.am
@@ -18,7 +18,6 @@
?GENERIC?%EXT%%DERIVED-EXT%:
?!GENERIC?%OBJ%: %SOURCE%
-?MAINTAINER-MODE?if MAINTAINER_MODE
if %?MORE-THAN-ONE%
?GENERIC? $(SHELL) $(YLWRAP) %SOURCE% $(LEX_OUTPUT_ROOT).c %OBJ% -- %COMPILE%
## For non-suffix rules, we must emulate a VPATH search on %SOURCE%.
@@ -31,10 +30,3 @@ else !%?MORE-THAN-ONE%
sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|%OBJ%|' $(LEX_OUTPUT_ROOT).c >%OBJ%
rm -f $(LEX_OUTPUT_ROOT).c
endif !%?MORE-THAN-ONE%
-?MAINTAINER-MODE?else !MAINTAINER_MODE
-?MAINTAINER-MODE? @# Skip this target when not in maintainer mode (see the help on the
-?MAINTAINER-MODE? @# `--enable-maintainer-mode' option to the `configure' script).
-?MAINTAINER-MODE? @# Otherwise, the implicit build rules for .l.c built into make could
-?MAINTAINER-MODE? @# be executed for this target.
-?MAINTAINER-MODE? @:
-?MAINTAINER-MODE?endif !MAINTAINER_MODE