* Bernhard R. Link <brl...@debian.org>, 2010-03-22, 18:34:
I am talking about new style debian/rules:
---------------
%:
        dh --with patch $@
---------------

That is missing some
.PHONY: binary binary-arch binary-indep clean build build-arch build-indep
line (I hope dh supports build-arch and build-indep, not yet looked).

Without that make does not know those are phony, and will not run if any
of those files already exist.

Except that .PHONY doesn't play nice with %-patterns.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature

Reply via email to