~ubuntu-branches/ubuntu/vivid/mutt/vivid-updates

« back to all changes in this revision

Viewing changes to contrib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2008-01-14 23:26:14 UTC
  • mto: (2.3.1 sid) (5.1.1 squeeze) (1.4.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080114232614-0her0yo1nr0ddddk
Tags: upstream-1.5.17+20080114
ImportĀ upstreamĀ versionĀ 1.5.17+20080114

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
              exit 1;; \
227
227
          esac; \
228
228
        done; \
229
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/Makefile'; \
 
229
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  contrib/Makefile'; \
230
230
        cd $(top_srcdir) && \
231
 
          $(AUTOMAKE) --foreign  contrib/Makefile
 
231
          $(AUTOMAKE) --gnu  contrib/Makefile
232
232
.PRECIOUS: Makefile
233
233
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234
234
        @case '$?' in \