Jakub Narebski <jnareb@xxxxxxxxx> writes: >> -gitweb.cgi: gitweb.perl $(GITWEB_JS) $(GITWEB_CSS) >> +gitweb.cgi: gitweb.perl > ... > That makes gitweb.cgi not depend on gitweb.min.js, not gitweb.min.css. That is what I inteded to do. Unless you are including gitweb.cgi (iow, the contents of the generated file depends on the _contents_ of gitweb.min.js (or gitweb.js), gitweb.cgi does _not_ depend on these files. Of course if you generate gitweb.cgi out of gitweb.perl with one setting of GITWEB_JS and then change your mind, then you need to regenerate it, but that is not something you can do by comparing file timestamp of gitweb.cgi and the file timestamp of $(GITWEB_JS) anyway. You would need to imitate something like how GIT-BUILD-OPTIONS is used by the primary Makefile. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html