~ubuntu-branches/ubuntu/precise/curl/precise

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2011-11-25 17:30:45 UTC
  • mfrom: (3.4.23 sid)
  • Revision ID: package-import@ubuntu.com-20111125173045-2l3ni88jv16kath0
Tags: 7.22.0-3ubuntu1
* Merge from Debian unstable, remaining changes:
  - Drop dependencies not in main:
    + Build-Depends: Drop stunnel4 and libssh2-1-dev.
    + Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Add new libcurl3-udeb package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
              exit 1;; \
317
317
          esac; \
318
318
        done; \
319
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/Makefile'; \
 
319
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
320
320
        cd $(top_srcdir) && \
321
 
          $(AUTOMAKE) --foreign  tests/Makefile
 
321
          $(AUTOMAKE) --gnu  tests/Makefile
322
322
.PRECIOUS: Makefile
323
323
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
324
324
        @case '$?' in \