po/Makefile: removed && between commands
commit38779902a049d1db3b30c9474b2c212db921ed9b
authorKalle Olavi Niemitalo <kon@iki.fi>
Mon, 7 Jul 2008 05:57:01 +0000 (7 08:57 +0300)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Mon, 7 Jul 2008 20:24:34 +0000 (7 23:24 +0300)
tree219f389176f808e91f8e16c360f3789ab69e0f3c
parent8bd7d6b61a8aaadc22f147ac7720c8b75fc35311
po/Makefile: removed && between commands

It is not necessary: when a rule has multiple commands in it, GNU Make
(which ELinks requires anyway) runs them one at a time, regardless of
the -j option, and skips the remaining commands when one of them
fails, regardless of the -k option.  These options take effect at the
level of targets rather than individual commands.
po/Makefile