X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: Konstantin Gorskov To: cygwin AT cygwin DOT com Subject: Correct make parsing Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 Date: Sun, 06 Jul 2008 17:17:29 +0400 Reply-To: Konstantin Gorskov Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected X-Mras: OK Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi! This string ./ffmpeg.o: ffmpeg.c config.h libavformat/avformat.h \ c:/ffmpeg/libavcodec/avcodec.h c:/ffmpeg/libavutil/avutil.h \ c:/ffmpeg/libavutil/common.h c:/ffmpeg/config.h \ c:/ffmpeg/libavutil/internal.h c:/ffmpeg/libavutil/intreadwrite.h \ c:/ffmpeg/libavutil/bswap.h c:/ffmpeg/libavutil/mem.h \ c:/ffmpeg/libavutil/mathematics.h c:/ffmpeg/libavutil/rational.h \ c:/ffmpeg/libavutil/intfloat_readwrite.h c:/ffmpeg/libavutil/log.h \ libavformat/avio.h libavdevice/avdevice.h libswscale/swscale.h \ c:/ffmpeg/libavutil/avutil.h libavformat/framehook.h libavcodec/opt.h \ c:/ffmpeg/libavutil/rational.h libavutil/fifo.h libavutil/common.h \ libavutil/avstring.h libavformat/os_support.h cmdutils.h is unix formatted, an has not blanks, but cygwins make can not parse it properly. I get ffmpeg.d:1: d** Multiple target patterns. Stop. How to understand this "Multiple target" part? Regards, Konstantin. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/