When trying to invoke 'cfgf install-stamp/etc/%' on a configuration file
which has no been built yet (for instance, it's not a dependency of
stamp/etc), make fails to build it.
Apparently GNU make can follow only one %-dependency on a given implicit
rule, although it is able to check several of them.
Original issue reported on code.google.com by
jeremie....@gmail.comon 22 Jun 2009 at 3:54