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


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to