"Jan T. Kim" <[EMAIL PROTECTED]> wrote:
> .PHONY : install uninstall check clean $(RPRACKS) $(RPACKS_INSTALL)

> Obviously, make handles the explicit jtkstuff-install rule differently
> from the implicit %-install rule in that it does execute the commands
> for the former while it considers the implicitly specified target
> xpipe-install to be remade without actually doing anything.
> 
> Is there any way to change this behaviour?

Try to remove $(RPRACKS) from the .PHONY line like this:

.PHONY : install uninstall check clean $(RPACKS_INSTALL)

It seems as if phony targets does not work in implicit rules.

regards Henrik
-- 
The address in the header is only to prevent spam. My real address is:
hc8(at)uthyres.com Examples of addresses which go to spammers:
[EMAIL PROTECTED] [EMAIL PROTECTED]

_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to