In some cases: Makefile.in (all-sim): Depends on all-readline.

This commit is contained in:
Andrew Cagney 1997-08-26 08:37:52 +00:00
parent 7230ff0faa
commit 9703694429
2 changed files with 20 additions and 6 deletions

View File

@ -1,19 +1,33 @@
Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (all-sim): Depends on all-readline.
Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (BISON, YACC): Use $$s.
(all-bison): Depend on all-texinfo.
Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (BISON): Add -L flag.
(YACC): Likewise.
start-sanitize-v850e start-sanitize-v850e
Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com> Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
* configure.in (noconfigdirs): Add support for v850e target. * configure.in (noconfigdirs): Add support for v850e target.
* config.sub (maybe_os): Add support for v850e target. * config.sub (maybe_os): Add support for v850e target.
end-sanitize-v850e
end-sanitize-v850e
start-sanitize-v850eq start-sanitize-v850eq
Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com> Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
* configure.in (noconfigdirs): Add support for v850eq target. * configure.in (noconfigdirs): Add support for v850eq target.
* config.sub (maybe_os): Add support for v850eq target. * config.sub (maybe_os): Add support for v850eq target.
end-sanitize-v850eq
end-sanitize-v850eq
Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com> Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
* config.sub: Add mipstx39. Delete r3900. * config.sub: Add mipstx39. Delete r3900.

View File

@ -106,13 +106,13 @@ DEFAULT_YACC = yacc
DEFAULT_LEX = lex DEFAULT_LEX = lex
BISON = `if [ -f $$r/bison/bison ] ; then \ BISON = `if [ -f $$r/bison/bison ] ; then \
echo $$r/bison/bison ; \ echo $$r/bison/bison -L $$s/bison/ ; \
else \ else \
echo bison ; \ echo bison ; \
fi` fi`
YACC = `if [ -f $$r/bison/bison ] ; then \ 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 \ elif [ -f $$r/byacc/byacc ] ; then \
echo $$r/byacc/byacc ; \ echo $$r/byacc/byacc ; \
else \ else \
@ -1402,7 +1402,7 @@ all-automake:
all-bash: all-bash:
all-bfd: all-bfd:
all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc
all-bison: all-bison: all-texinfo
all-byacc: all-byacc:
all-cvs: all-cvs:
all-db: all-db:
@ -1476,7 +1476,7 @@ all-recode: all-libiberty
all-sed: all-libiberty all-sed: all-libiberty
all-send-pr: all-prms all-send-pr: all-prms
all-shellutils: 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-sn: all-tcl all-tk all-itcl all-db all-grep
all-tar: all-libiberty all-tar: all-libiberty
all-tcl: all-tcl: