From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19066 invoked by alias); 14 Nov 2011 13:16:25 -0000 Received: (qmail 19056 invoked by uid 22791); 14 Nov 2011 13:16:24 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from snt0-omc3-s14.snt0.hotmail.com (HELO snt0-omc3-s14.snt0.hotmail.com) (65.55.90.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Nov 2011 13:16:11 +0000 Received: from SNT125-W28 ([65.55.90.136]) by snt0-omc3-s14.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 14 Nov 2011 05:16:11 -0800 Message-ID: From: Erdem Budak To: Subject: =?windows-1256?Q?Make_error?= =?windows-1256?Q?_"multiple?= =?windows-1256?Q?_target_pa?= =?windows-1256?Q?tterns"=FE?= Date: Mon, 14 Nov 2011 13:16:00 -0000 Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2011-11/txt/msg00042.txt.bz2 Hello I am getting "Makefile:264: *** multiple target patterns.  Stop." error when i try to make crosstools-ng. I think this happens because of the LIBDIR and DOCDIR path names generated by the configurator. The "configure: compute a simpler version string" change might be the cause for this. Is there any known fix for this or am i offtrack here. RegardsErdem Here is my configuration output. ./configureChecking for 'grep'... /bin/grepChecking whether '/bin/grep' supports -E... yesChecking for 'sed'... /bin/sedChecking whether '/bin/sed' supports -i and -e... yesChecking for 'bash'... /bin/bashChecking for 'cut'... /usr/bin/cutChecking for 'install'... /usr/bin/installChecking for 'make'... /usr/bin/makeChecking for 'gcc'... /usr/bin/gccChecking for 'awk'... /usr/bin/awkChecking for 'bison'... /usr/bin/bisonChecking for 'flex'... /usr/bin/flexChecking for 'makeinfo'... /usr/bin/makeinfoChecking for 'automake'... /usr/bin/automakeChecking for 'libtool'... /usr/bin/libtoolChecking for 'libtoolize'... /usr/bin/libtoolizeChecking for 'stat'... /usr/bin/statChecking for 'curl'... /usr/bin/curlChecking for 'patch'... /usr/bin/patchChecking for 'tar'... /bin/tarChecking for 'gzip'... /bin/gzipChecking for 'bzip2'... /bin/bzip2Checking for 'xz'... /usr/bin/xzChecking for 'readlink'... /bin/readlinkChecking for 'objcopy'... /usr/bin/objcopyChecking for 'objdump'... /usr/bin/objdumpChecking for 'readelf'... /usr/bin/readelfChecking for 'patch'... /usr/bin/patchChecking for 'cvs'... /usr/bin/cvsChecking for 'svn'... /usr/bin/svnChecking for 'ncurses/ncurses.h'... noChecking for 'ncurses/curses.h'... noChecking for 'ncurses.h'... yesChecking for 'libncursesw.so'... noChecking for 'libncursesw.dylib'... noChecking for 'libncursesw.a'... noChecking for 'libncurses.so'... yes Computing version string... hg@default:3cd375ecdd72Building up Makefile... done crosstool-NG configured as follows:  PREFIX='/usr/local'  BINDIR='/usr/local/bin'  LIBDIR='/usr/local/lib/ct-ng-hg@default:3cd375ecdd72'  DOCDIR='/usr/local/share/doc/ct-ng-hg@default:3cd375ecdd72'  MANDIR='/usr/local/share/man'  PROG_PFX=''  PROG_SFX=''  PROG_SED='' Now run:  make  make install -- For unsubscribe information see http://sourceware.org/lists.html#faq