~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to packages/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-11-13 21:07:32 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20111113210732-bk5n25x2tu7aplur
Tags: upstream-7.22.0
ImportĀ upstreamĀ versionĀ 7.22.0

Show diffs side-by-side

added added

removed removed

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