]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Consistently use &def for %makefile_extra pieces.
authorSimon Tatham <anakin@pobox.com>
Sat, 22 Nov 2014 16:30:29 +0000 (16:30 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 Nov 2014 16:30:29 +0000 (16:30 +0000)
commit6903e761d5e0472b55b9fa7c15153fd0be0c1505
tree487291c57b1b6348e2142b9a1906cabb7afcdef1
parentf45423544437d117d103a3406550dcd535c614b9
Consistently use &def for %makefile_extra pieces.

mkfiles.pl was giving a couple of annoying perl warnings, because some
makefile_extra strings were never set by Recipe. We already have the
&def function to convert undefs into "" for this reason, but weren't
using it everywhere. Now I think we are.
mkfiles.pl