diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-29 19:36:13 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-09-29 19:36:13 +0000 |
commit | 85d6787eb892fa8ff6563292883f5da69f62828d (patch) | |
tree | 7e258352806566ae80d134707c51638d338740e6 /Makefile.in | |
parent | 59b13f6a04c204a50ccbfa1cb00f1f731746322b (diff) | |
download | ppe42-gcc-85d6787eb892fa8ff6563292883f5da69f62828d.tar.gz ppe42-gcc-85d6787eb892fa8ff6563292883f5da69f62828d.zip |
* Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45886 138bc75d-0d04-0410-961f-82ee72b054a4
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 6fa47a395e7..379a7795354 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 |