Hi folks, Please see subject. Of course I would agree that this dependency is usually a good thing, but sometimes it might be helpfull to do a 'make install' for another prefix e.g. in your stow directory without verifying all the dependencies again.
It would be easy to split the old install target into new targets 'install' and 'install-again' (doing the unconditional install) without loosing functionality: install-again-am: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install-am: all-am install-again-am .PHONY: install-again-am The targets 'install-again' and 'install-again-recursive' could be defined accordingly. Just a suggestion. Regards Harri