X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f805dfcb3fc6517dd0a49939fd6610999afcca00..08023564815cde92a29a76b616f7662a7146d98b:/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am index 825266a8..c2525b2d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,6 @@ # Make bison/src. -# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -# Free Software Foundation, Inc. +# Copyright (C) 2001-2012 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 @@ -48,7 +47,8 @@ bison_SOURCES = \ ielr.h ielr.c \ location.c location.h \ main.c \ - muscle_tab.c muscle_tab.h \ + muscle-tab.c muscle-tab.h \ + named-ref.c named-ref.h \ nullable.c nullable.h \ output.c output.h \ parse-gram.h parse-gram.y \ @@ -80,9 +80,9 @@ scan-gram.c MOSTLYCLEANFILES = yacc yacc: - echo '#! /bin/sh' >$@ - echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@ - chmod a+x $@ + $(AM_V_GEN)echo '#! /bin/sh' >$@ + $(AM_V_at)echo "exec '$(bindir)/bison' -y "'"$$@"' >>$@ + $(AM_V_at)chmod a+x $@ echo: echo $(bison_SOURCES) $(noinst_HEADERS)