diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-09-29 19:36:13 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-09-29 19:36:13 +0000 |
commit | 7fddf9a96eafd4f2d4aa52edce1bedb377ed990d (patch) | |
tree | 7e258352806566ae80d134707c51638d338740e6 /Makefile.in | |
parent | 8107bcf9f366c50a0d9d62645be6265715c9248d (diff) | |
download | gcc-7fddf9a96eafd4f2d4aa52edce1bedb377ed990d.zip gcc-7fddf9a96eafd4f2d4aa52edce1bedb377ed990d.tar.gz gcc-7fddf9a96eafd4f2d4aa52edce1bedb377ed990d.tar.bz2 |
* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
From-SVN: r45886
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6fa47a3..379a779 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1618,7 +1618,7 @@ 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) +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 |