Minor error handling improvements and minor code polish

darcs-hash:20070801173801-ac50b-11a281d9f622e935c1f138355babd20269068f35.gz
This commit is contained in:
axel
2007-08-02 03:38:01 +10:00
parent df55e89bbb
commit 58fd6b895a
7 changed files with 10 additions and 19 deletions

View File

@@ -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