summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 29fc9590..8e00b1b5 100644
--- a/Makefile
+++ b/Makefile
@@ -280,6 +280,8 @@ lex.yy.c: $(top_srcdir)parser.l
fi)
$(call SH,chmod a-w $@)
+ifeq ($(maintainer),y)
+
y.tab.h: y.tab.c
$(call SH, \
if ! [ -e y.tab.h ] ; then \
@@ -311,6 +313,8 @@ y.tab.c: $(top_srcdir)parser.y
false ; \
fi)
+endif
+
# Suppress useless sccs id array and unused label warning in byacc otuput.
# Bison-generated parser also tests for this lint define.
$(call EACH_CONF,y.tab.o): TXR_CFLAGS += -Dlint