:-( $ svn up . Updated to revision 61782. $ make Makefile:119: *** target file `unittests' has both : and :: entries. Stop.
On Jan 5, 2009, at 6:14 PM, Mike Stump wrote:> :-( > > $ svn up . > Updated to revision 61782. > $ make > Makefile:119: *** target file `unittests' has both : and :: entries. > Stop.Curious, a rebuild in clang, then another at the toplevel got it building again. Seems like the Makefile is missing out on some bits.
On Mon, Jan 5, 2009 at 6:14 PM, Mike Stump <mrs at apple.com> wrote:> :-( > > $ svn up . > Updated to revision 61782. > $ make > Makefile:119: *** target file `unittests' has both : and :: entries. > Stop.Do a clean re-configure and make. -bw