|
1 |
| -# Makefile.in generated by automake 1.15.1 from Makefile.am. |
| 1 | +# Makefile.in generated by automake 1.16.1 from Makefile.am. |
2 | 2 | # @configure_input@
|
3 | 3 |
|
4 |
| -# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
| 4 | +# Copyright (C) 1994-2018 Free Software Foundation, Inc. |
5 | 5 |
|
6 | 6 | # This Makefile.in is free software; the Free Software Foundation
|
7 | 7 | # gives unlimited permission to copy and/or distribute it,
|
@@ -138,7 +138,7 @@ am__recursive_targets = \
|
138 | 138 | $(RECURSIVE_CLEAN_TARGETS) \
|
139 | 139 | $(am__extra_recursive_targets)
|
140 | 140 | AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
|
141 |
| - cscope distdir dist dist-all distcheck |
| 141 | + cscope distdir distdir-am dist dist-all distcheck |
142 | 142 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
143 | 143 | # Read a list of newline-separated strings from the standard input,
|
144 | 144 | # and print each of them once, without duplicates. Input order is
|
@@ -322,8 +322,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
322 | 322 | echo ' $(SHELL) ./config.status'; \
|
323 | 323 | $(SHELL) ./config.status;; \
|
324 | 324 | *) \
|
325 |
| - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
326 |
| - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| 325 | + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ |
| 326 | + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ |
327 | 327 | esac;
|
328 | 328 |
|
329 | 329 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
@@ -456,7 +456,10 @@ distclean-tags:
|
456 | 456 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
457 | 457 | -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
458 | 458 |
|
459 |
| -distdir: $(DISTFILES) |
| 459 | +distdir: $(BUILT_SOURCES) |
| 460 | + $(MAKE) $(AM_MAKEFLAGS) distdir-am |
| 461 | + |
| 462 | +distdir-am: $(DISTFILES) |
460 | 463 | $(am__remove_distdir)
|
461 | 464 | test -d "$(distdir)" || mkdir "$(distdir)"
|
462 | 465 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
0 commit comments