]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix Makefile warning about circular empty.h dependency.
authorSimon Tatham <anakin@pobox.com>
Sun, 29 Jan 2017 19:42:42 +0000 (19:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 29 Jan 2017 19:44:17 +0000 (19:44 +0000)
commit35d6c97dd733dd258be5ba7e17ec6793a4be79fb
treed4bfbe4b11272497e062a1187de4d8d6c5248ac7
parent769ce54734f0359068a72d71bca99da9d5d3555e
Fix Makefile warning about circular empty.h dependency.

In commit be586d53b I made empty.h depend on $(allsources), which
unfortunately was defined so as to include empty.h. This was harmless,
because make just ignored the circular dependency, but annoying,
because it constantly mentioned that it was ignoring it.
mkfiles.pl