Xref: news-dnh.mv.net comp.os.msdos.djgpp:1053 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!mv!news.sprintlink.net!howland.reston.ans.net!news.nic.surfnet.nl!sun4nl!cs.vu.nl!samegen From: samegen AT cs DOT vu DOT nl (Megens SA) Subject: GNU-Make: DOS-paths Nntp-Posting-Host: sloep12.cs.vu.nl Sender: news AT cs DOT vu DOT nl Organization: Fac. Wiskunde & Informatica, VU, Amsterdam Date: Fri, 21 Jul 1995 06:59:23 GMT Lines: 20 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Hi! I have a bit of a problem with GNU-make: I try to let gcc create dependencies for my source-files with -MM and this works great. But since it's working on a DOS-filesystem, the dependencies often have the form 'c:/sam/sources/somefile.h'. If GNU-make encounters such a dependency, it doesn't like it and halts with a message like 'multiple target patterns'. I don't have the dependency file and the exact error-message available right now, but I could post it later on if that would make :) the problem more clear. Thanks for any help. DGreetings, SAM