> > > That would mean that we would need to run when the *.po (DEPENDS) file is > > > newer than the *.gmo.tobeupdated (OUTPUT) files. However we should also > > > depend on the *.gmo files in the build dir because these need to be > > > regenerated. However, the *.gmo files in the build dir are regenerated > for > > > every build, and thus are very likely to be newer and trigger our script > > > almost always anyway. > > > > Please *try* this to verify. > > >
As you wish: $ touch src/Buffer.cpp $ make update-gmo Result: all gmo files are processed. Vincent