From 97b951fb4f2c7ca630fb13844c8cafe7ad9800a7 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 12 Dec 1997 18:44:23 +0000 Subject: [PATCH] * Makefile.in (all-target-gperf): Change dependency to all-target-libstdc++. to go w/ the changes taking out use of libg++ in gperf --- ChangeLog | 5 +++++ Makefile.in | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa2d076c864..0009a5eab0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 12 10:43:31 1997 Brendan Kehoe + + * Makefile.in (all-target-gperf): Change dependency to + all-target-libstdc++. + Wed Dec 10 15:10:38 1997 Ian Lance Taylor Source directory cvs renamed to cvssrc: diff --git a/Makefile.in b/Makefile.in index aea24200fcf..860e1d1d8b4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -484,7 +484,7 @@ ALL_MODULES = \ all-binutils \ all-bison \ all-byacc \ - all-cvs \ + all-cvssrc \ all-db \ all-dejagnu \ all-diff \ @@ -561,7 +561,7 @@ CROSS_CHECK_MODULES = \ check-bash \ check-bfd \ check-binutils \ - check-cvs \ + check-cvssrc \ check-db \ check-dejagnu \ check-diff \ @@ -633,7 +633,7 @@ INSTALL_MODULES = \ install-binutils \ install-bison \ install-byacc \ - install-cvs \ + install-cvssrc \ install-db \ install-dejagnu \ install-diff \ @@ -791,7 +791,7 @@ CLEAN_MODULES = \ clean-binutils \ clean-bison \ clean-byacc \ - clean-cvs \ + clean-cvssrc \ clean-db \ clean-dejagnu \ clean-diff \ @@ -1440,7 +1440,7 @@ all-bfd: all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-bison: all-texinfo all-byacc: -all-cvs: +all-cvssrc: configure-target-cygmon: $(ALL_GCC) all-target-cygmon: configure-target-cygmon all-gas all-ld all-gcc all-target-libiberty all-target-newlib all-target-libio all-db: @@ -1466,7 +1466,7 @@ GDB_TK = all-tk all-tcl all-itcl all-tix all-libide all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK) all-gnuserv: configure-target-gperf: $(ALL_GCC) -all-target-gperf: configure-target-gperf all-target-libiberty all-target-libg++ +all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++ all-gprof: all-libiberty all-bfd all-opcodes all-grep: all-libiberty all-grez: all-libiberty all-bfd all-opcodes -- 2.30.2