~ubuntu-branches/debian/stretch/ecryptfs-utils/stretch

« back to all changes in this revision

Viewing changes to src/include/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2013-02-09 08:07:34 UTC
  • mfrom: (1.5.11)
  • Revision ID: package-import@ubuntu.com-20130209080734-ditsz4oni1589d2m
Tags: 103-1
* Merging upstream version 103.
* Updating years in copyright.
* Dropping dpkg-source compression levels.
* Dropping pre-wheezy conflicts/replaces.

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
              exit 1;; \
324
324
          esac; \
325
325
        done; \
326
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/include/Makefile'; \
 
326
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/include/Makefile'; \
327
327
        $(am__cd) $(top_srcdir) && \
328
 
          $(AUTOMAKE) --gnu src/include/Makefile
 
328
          $(AUTOMAKE) --foreign src/include/Makefile
329
329
.PRECIOUS: Makefile
330
330
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
331
331
        @case '$?' in \