assume a yacc command line interface for the program
authorK. Richard Pixley <rich@cygnus>
Thu, 14 Nov 1991 07:46:19 +0000 (07:46 +0000)
committerK. Richard Pixley <rich@cygnus>
Thu, 14 Nov 1991 07:46:19 +0000 (07:46 +0000)
Makefile.in

index 5a30c8b20dfb801d12d86b06834e3a7ece3c549e..e6535acf21ce4b0cd292665aea4e1b0480605f7f 100644 (file)
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #
-# Last Mod Wed Nov 13 15:08:42 PST 1991, by rich@rtl.cygnus.com
+# Last Mod Wed Nov 13 23:26:23 PST 1991, by rich@cygnus.com
 #
 # $Id$
 
@@ -32,7 +32,7 @@ AR = ar
 AR_FLAGS = cq
 
 BISON = `if [ -d $(unsubdir)/../bison ] ; \
-       then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \
+       then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -y -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \
        else echo yacc ; fi`
 
 MAKEINFO = `if [ -d $(unsubdir)/../texinfo/C ] ; \