Messages in this thread |  | | | Date | Fri, 20 Aug 2004 00:05:53 +0200 | | From | Sam Ravnborg <> | | Subject | Re: GNU make alleged of "bug" (was: PATCH: cdrecord: avoiding scsi device numbering for ide devices) |
| |
On Thu, Aug 19, 2004 at 09:47:24PM +0200, Matthias Andree wrote: > # BEGIN Makefile > all: hello > hello.d: > makedepend -f- hello.c >$@ > include hello.d > # END Makefile > > You'll get at "make" time: > > Makefile:5: hello.d: No such file or directory > makedepend -f- hello.c >hello.d > cc hello.o -o hello > > and a working hello program.
Using: -include hello.d will result in a silent make.
Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |