~ubuntu-branches/ubuntu/natty/curl/natty-security

« back to all changes in this revision

Viewing changes to packages/AIX/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2011-01-26 02:50:18 UTC
  • mfrom: (3.4.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110126025018-dzgm2m2t5d1vc9y4
Tags: 7.21.3-1ubuntu1
* Merge from debian unstable.  Remaining changes: (LP: #707756)
  - debian/control:
    + Build-Depends: Replace libssh2-1-dev with openssh-server.
      Drop stunnel since it's in universe, as well.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
    Above changes are necessary to be independent from the universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
              exit 1;; \
263
263
          esac; \
264
264
        done; \
265
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  packages/AIX/Makefile'; \
 
265
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  packages/AIX/Makefile'; \
266
266
        cd $(top_srcdir) && \
267
 
          $(AUTOMAKE) --foreign  packages/AIX/Makefile
 
267
          $(AUTOMAKE) --gnu  packages/AIX/Makefile
268
268
.PRECIOUS: Makefile
269
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270
270
        @case '$?' in \