This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa]: Andersen points-to analysis


On Wed, 27 Nov 2002, Zack Weinberg wrote:

> I don't know what's wrong.  Daniel, back to you...
> 
all-libbanshee was missing in all-bootstrap and all-gcc.  Fixed
with this patch.  Sébastian, please try it again.


Diego.


	* Makefile.tpl (all-gcc, all-bootstrap): Add dependency on 
	all-libbanshee.
	* Makefile.in: Regenerate.

Index: Makefile.tpl
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.tpl,v
retrieving revision 1.11.2.5
diff -d -u -p -r1.11.2.5 Makefile.tpl
--- Makefile.tpl	26 Nov 2002 02:24:36 -0000	1.11.2.5
+++ Makefile.tpl	27 Nov 2002 13:40:35 -0000
@@ -1243,8 +1243,8 @@ all-expect: all-tcl all-tk
 all-fileutils: all-libiberty
 all-flex: all-libiberty all-bison all-byacc
 all-gas: all-libiberty all-opcodes all-bfd all-intl
-all-gcc: all-libiberty all-bison all-byacc all-binutils all-gas all-ld all-zlib
-all-bootstrap: all-libiberty all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib
+all-gcc: all-libiberty all-libbanshee all-bison all-byacc all-binutils all-gas all-ld all-zlib
+all-bootstrap: all-libiberty all-libbanshee all-texinfo all-bison all-byacc all-binutils all-gas all-ld all-zlib
 GDB_TK = @GDB_TK@
 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
 configure-target-gperf: $(ALL_GCC_CXX)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]