~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Monty Taylor
  • Date: 2011-02-22 00:30:21 UTC
  • mto: This revision was merged to the branch mainline in revision 2190.
  • Revision ID: mordred@inaugust.com-20110222003021-w8rrhb7vcxn7mmku
Fixed two tiny things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
check: all $(GETTEXT_PACKAGE).pot
146
146
        rm -f missing notexist
147
147
        srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
148
 
        if [ -r missing -o -r notexist -a "x${INTLTOOL_WARNINGS}" = "xyes"]; then \
 
148
        if [ -r missing -o -r notexist -a "x${INTLTOOL_WARNINGS}" = "xyes" ]; then \
149
149
          exit 1; \
150
150
        fi
151
151