diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |