]> granicus.if.org Git - neomutt/commit
Avoid regenerating hcache/hcversion.h after building objects in hcache
authorPietro Cerutti <gahr@gahr.ch>
Tue, 29 May 2018 15:39:23 +0000 (15:39 +0000)
committerPietro Cerutti <gahr@gahr.ch>
Tue, 29 May 2018 15:39:23 +0000 (15:39 +0000)
commit787c3edfe7d16dc6a647879026539ccd4750cfe6
tree650be97833fa73b2b2868e07010810f2e843b008
parent388ba4365edd4da7f60e7271caf45420eafeea1c
Avoid regenerating hcache/hcversion.h after building objects in hcache

Specifying the hcache directory asqa dependency for hcache/hcversion.h
means that the latter will be regenerated whenever the hcache directory
is changed, such as when object files are written into it. The net
effect is that "make; make" regenerates hcache/hcversion.h twice.

This commit fixes this problem by explicitely creating the hcache
directory as part of the hcache/hcversion.h target.
Makefile.autosetup