This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa]: A typo in Makefile.tpl?
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 20 Nov 2003 10:29:14 -0800
- Subject: [tree-ssa]: A typo in Makefile.tpl?
I saw
# grep libbanshee Makefile.tpl
BUILD_CONFIGDIRS = libiberty libbanshee
all-gcc: maybe-all-libiberty maybe-all-intl maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib maybe-all-libbanshee
all-gcc: maybe-all-build-libiberty maybe-all-libbanshee
all-bootstrap: maybe-all-libiberty maybe-all-intl maybe-all-texinfo maybe-all-bison maybe-all-byacc maybe-all-binutils maybe-all-gas maybe-all-ld maybe-all-zlib maybe-all-libbanshee
Why does maybe-all-libbanshee appear twice for all-gcc? Should the
second one be maybe-all-build-libbanshee?
H.J.