|
| From: | August Karlstrom |
| Subject: | "No targets" message with pattern rule |
| Date: | Sun, 05 Feb 2006 20:43:42 +0100 |
| User-agent: | Mozilla Thunderbird 1.0.7 (X11/20051013) |
Hi,Can anyone tell me why I get a "no targets" message from make in the following example?
$ ls
makefile test1.suffix1 test2.suffix1
$ cat makefile
%.suffix2: %.suffix1
cp $< $@
$ make
make: *** No targets. Stop.
Regards,
August
| [Prev in Thread] | Current Thread | [Next in Thread] |