~ubuntu-branches/ubuntu/vivid/curl/vivid

« back to all changes in this revision

Viewing changes to packages/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-11-26 17:51:27 UTC
  • mto: (1.3.1) (3.6.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 66.
  • Revision ID: package-import@ubuntu.com-20121126175127-12yqb822maaw0m2m
Tags: upstream-7.28.1
ImportĀ upstreamĀ versionĀ 7.28.1

Show diffs side-by-side

added added

removed removed

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