aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-08-02 03:38:01 +1000
committerGravatar axel <axel@liljencrantz.se>2007-08-02 03:38:01 +1000
commit58fd6b895a7313d466f1afc996cd7cb2c0e7d169 (patch)
treeb66738a73fcc3753441fdacaa380102fd6d3c0a1 /Makefile.in
parentdf55e89bbb5bb382bd13ab8f1a503636e52e3568 (diff)
Minor error handling improvements and minor code polish
darcs-hash:20070801173801-ac50b-11a281d9f622e935c1f138355babd20269068f35.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bf4a4fb1..af89e6b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -420,7 +420,7 @@ doc.h: $(HDR_FILES)
#
%.gmo:
- if test $(HAVE_GETTEXT) = 1; then \
+ if test "$(HAVE_GETTEXT)" = 1; then \
msgfmt -o $*.gmo $*.po; \
fi