v850eq simulator tests.
[deliverable/binutils-gdb.git] / Makefile.in
index 2bd8c1d0ae70b37ae87ec0364efe5c3e742eea86..4bde79f580e32c87c8a0b3669b6d343ef79989a3 100644 (file)
@@ -106,13 +106,13 @@ DEFAULT_YACC = yacc
 DEFAULT_LEX = lex
 
 BISON = `if [ -f $$r/bison/bison ] ; then \
-           echo $$r/bison/bison ; \
+           echo $$r/bison/bison -L $$s/bison/ ; \
         else \
            echo bison ; \
         fi`
 
 YACC = `if [ -f $$r/bison/bison ] ; then \
-           echo $$r/bison/bison -y ; \
+           echo $$r/bison/bison -y -L $$s/bison/ ; \
        elif [ -f $$r/byacc/byacc ] ; then \
            echo $$r/byacc/byacc ; \
        else \
@@ -1402,7 +1402,7 @@ all-automake:
 all-bash:
 all-bfd:
 all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc
-all-bison:
+all-bison: all-texinfo
 all-byacc:
 all-cvs:
 all-db:
@@ -1476,7 +1476,7 @@ all-recode: all-libiberty
 all-sed: all-libiberty
 all-send-pr: all-prms
 all-shellutils:
-all-sim: all-libiberty all-bfd all-opcodes
+all-sim: all-libiberty all-bfd all-opcodes all-readline
 all-sn: all-tcl all-tk all-itcl all-db all-grep
 all-tar: all-libiberty
 all-tcl:
@@ -1488,7 +1488,7 @@ all-tgas: all-libiberty all-bfd all-opcodes
 all-time:
 all-tix: all-tcl all-tk
 # start-sanitize-ide
-all-vmake: all-tcl all-tk all-itcl all-libide
+all-vmake: all-tcl all-tk all-itcl all-libide all-tix
 # end-sanitize-ide
 all-wdiff:
 all-target-winsup: all-target-newlib all-target-libiberty all-target-librx all-target-libio configure-target-winsup 
This page took 0.024529 seconds and 4 git commands to generate.