Hi,
I have a pattern rule with an unvarying prerequisite $(OTHERFILES):
run/%: $(DEPS)/%.d $(OBJS)/%.o $(OTHERFILES)
commands ...
When OTHERFILES=file1.ext, it works just fine.
When OTHERFILES=file1.ext file2.ext, it does not work: I get the error:
$ make run/plain
make: *** No rule to make target `run/plain'. Stop.
I am a bit lost. According to the manual what I want to do is allowed, but
I cannot get it to work.
Thanks in advance,
Martin
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make