This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
win32/Makefile: minor cleanup
authorTomasz Konojacki <me@xenu.pl>
Tue, 9 Apr 2019 21:15:41 +0000 (23:15 +0200)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 10 Apr 2019 21:52:21 +0000 (22:52 +0100)
commita719c52dc174d7df309b8c7a4bf318e60fc704e0
tree0a7e1650bba5a10bb558923730828c97b3799435
parent66b00aab2aa350e77fb96dc44942cb95fe2b0c13
win32/Makefile: minor cleanup

Apart from the indentation fixes, the most notable change is
replacing constructs like this one:

  !ELSE
  !IF foo
  !ENDIF
  !ENDIF

with more readable:

  !ELSEIF foo
  !ENDIF

[perl #134014]
win32/Makefile