~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to packages/Linux/RPM/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-03-23 16:24:51 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: package-import@ubuntu.com-20120323162451-z4gstlabjkgnrh7h
Tags: upstream-7.25.0
ImportĀ upstreamĀ versionĀ 7.25.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
              exit 1;; \
269
269
          esac; \
270
270
        done; \
271
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  packages/Linux/RPM/Makefile'; \
 
271
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  packages/Linux/RPM/Makefile'; \
272
272
        cd $(top_srcdir) && \
273
 
          $(AUTOMAKE) --gnu  packages/Linux/RPM/Makefile
 
273
          $(AUTOMAKE) --foreign  packages/Linux/RPM/Makefile
274
274
.PRECIOUS: Makefile
275
275
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
276
276
        @case '$?' in \