I have created a binary package doing some of the steps required to install some application related stuff. The ptxdist command with this works and everything is getting installed as supposed. The trouble I have is that with every ptxdist go the package is reinstalled. With every step in [package].make I have: $(STATEDIR)/[Package].[stepname]: ... ... @$(call touch) How can I stop ptxdist from doing unnecessary work. Kind regards Henrik Kraft