git-gui: Ensure msgfmt failure stops GNU make
commit12fb223326b561132d528bb010c6bdeaa828acd3
authorShawn O. Pearce <spearce@spearce.org>
Mon, 3 Sep 2007 22:54:14 +0000 (3 18:54 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 4 Sep 2007 03:04:54 +0000 (3 23:04 -0400)
treebf472ceba98921d211b8c3228cf9ab03a06a1a28
parent74e528bf44e715774e3a8e0003a6b2b250f4f0b9
git-gui: Ensure msgfmt failure stops GNU make

If we have a failure executing msgfmt (such as the process just
crashes no matter what arguments you supply it because its own
installation is borked) we should stop the build process rather
than letting it continue along its merry way as if the .msg files
were created.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile