~ubuntu-branches/ubuntu/utopic/mono/utopic

« back to all changes in this revision

Viewing changes to po/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mirco Bauer, 854fa78
  • Date: 2011-08-25 22:26:08 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: package-import@ubuntu.com-20110825222608-vklp50cuoisiw1bg
Tags: 2.10.5-1
[854fa78] Imported Upstream version 2.10.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
              exit 1;; \
300
300
          esac; \
301
301
        done; \
302
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu po/Makefile'; \
 
302
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign po/Makefile'; \
303
303
        $(am__cd) $(top_srcdir) && \
304
 
          $(AUTOMAKE) --gnu po/Makefile
 
304
          $(AUTOMAKE) --foreign po/Makefile
305
305
.PRECIOUS: Makefile
306
306
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307
307
        @case '$?' in \