From 373688ac8121ea89db0b80d0c12a706c4955cf9e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 29 Sep 2001 19:38:32 +0000 Subject: [PATCH] * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX). --- ChangeLog | 4 ++++ Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d42c674daba..4f96331d2eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-09-29 Alexandre Oliva + + * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX). + 2001-09-28 Hans-Peter Nilsson * config.sub, config.guess: Import latest from subversions. diff --git a/Makefile.in b/Makefile.in index 804666f5315..63a22643208 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1607,8 +1607,8 @@ GDB_TK = all-tk all-tcl all-itcl all-tix all-libgui all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK) all-gettext: all-gnuserv: -configure-target-gperf: $(ALL_GCC_C) -all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++ +configure-target-gperf: $(ALL_GCC_CXX) +all-target-gperf: configure-target-gperf all-target-libiberty all-target-libstdc++-v3 all-gprof: all-libiberty all-bfd all-opcodes all-intl all-grep: all-libiberty all-grez: all-libiberty all-bfd all-opcodes -- 2.39.2