diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-14 07:46:19 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-14 07:46:19 +0000 |
commit | 58f81e16308f03a346e3e9719c2699a938d595cd (patch) | |
tree | d7385636cbce9a1c34f0e0d824c44dc41e364f1f | |
parent | 31e54f5d6dfdeab330c8d299a5fd5ef2158368bf (diff) | |
download | gdb-58f81e16308f03a346e3e9719c2699a938d595cd.zip gdb-58f81e16308f03a346e3e9719c2699a938d595cd.tar.gz gdb-58f81e16308f03a346e3e9719c2699a938d595cd.tar.bz2 |
assume a yacc command line interface for the program
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 5a30c8b..e6535ac 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 ] ; \ |