Disabled rule for regenerating mootermparser-yacc.*
This commit is contained in:
parent
e7656fd8d0
commit
8b862f00d6
@ -65,14 +65,12 @@ mooterm_extra_dist = \
|
||||
$(mooterm)/termhelper_res.rc.in
|
||||
|
||||
mooterm_built_sources = \
|
||||
$(mooterm)/mootermprefs-glade.h \
|
||||
$(mooterm)/mootermparser-yacc.c \
|
||||
$(mooterm)/mootermparser-yacc.h
|
||||
$(mooterm)/mootermprefs-glade.h
|
||||
|
||||
|
||||
# XXX this should be removed too
|
||||
$(mooterm_srcdir)/mootermparser-yacc.c: $(mooterm)/mootermparser-yacc.y
|
||||
mkdir -p $(mooterm)
|
||||
# not using rule for auto-regenerating mootermparser-yacc.[ch]
|
||||
mootermparser_yacc: $(mooterm)/mootermparser-yacc.y
|
||||
touch mootermparser_yacc
|
||||
bison -o $(mooterm_srcdir)/mootermparser-yacc.c -d $(mooterm_srcdir)/mootermparser-yacc.y
|
||||
|
||||
$(mooterm)/mootermprefs-glade.h: $(mooterm)/glade/mootermprefs.glade $(XML2H)
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
/* A Bison parser, made by GNU Bison 1.875d. */
|
||||
/* A Bison parser, made by GNU Bison 2.1. */
|
||||
|
||||
/* Skeleton parser for Yacc-like parsing with Bison,
|
||||
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -15,8 +15,8 @@
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA. */
|
||||
|
||||
/* As a special exception, when this file is copied by Bison into a
|
||||
Bison output file, you may use that output file without restriction.
|
||||
@ -26,6 +26,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
|
||||
typedef int YYSTYPE;
|
||||
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
|
||||
|
Loading…
x
Reference in New Issue
Block a user