]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Remove empty.h from CLEANFILES, so that after mkfiles.pl has
authorSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 09:01:41 +0000 (09:01 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 09:01:41 +0000 (09:01 +0000)
commitb53c04b43a627b205736e856de8e15733b414331
treeda37101bdfe19c42de0ee2f1847ca28914342b91
parent78466a6b687da0d7d6e54eabd0382684c8de6c49
Remove empty.h from CLEANFILES, so that after mkfiles.pl has
constructed it it won't be deleted again by 'make clean'. The effect
is that not only does this work (as r9288 arranged),

  ./configure; make plink

but these work too:

  ./configure; make; make clean; make plink
  ./configure; make; make distclean; ./configure; make plink

[originally from svn r9290]
[r9288 == a4424bfd85a44a7aed5e6d5f85daaeb86c0f24e5]
Recipe