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

« back to all changes in this revision

Viewing changes to tests/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:
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 \