Skip to content

Commit 00e1f86

Browse files
committed
update to automake 1.16.1 and aclocal 1.16.1
1 parent e1388aa commit 00e1f86

File tree

9 files changed

+576
-353
lines changed

9 files changed

+576
-353
lines changed

Makefile.in

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Makefile.in generated by automake 1.15.1 from Makefile.am.
1+
# Makefile.in generated by automake 1.16.1 from Makefile.am.
22
# @configure_input@
33

4-
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
4+
# Copyright (C) 1994-2018 Free Software Foundation, Inc.
55

66
# This Makefile.in is free software; the Free Software Foundation
77
# gives unlimited permission to copy and/or distribute it,
@@ -138,7 +138,7 @@ am__recursive_targets = \
138138
$(RECURSIVE_CLEAN_TARGETS) \
139139
$(am__extra_recursive_targets)
140140
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
142142
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
143143
# Read a list of newline-separated strings from the standard input,
144144
# and print each of them once, without duplicates. Input order is
@@ -322,8 +322,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322322
echo ' $(SHELL) ./config.status'; \
323323
$(SHELL) ./config.status;; \
324324
*) \
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);; \
327327
esac;
328328

329329
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -456,7 +456,10 @@ distclean-tags:
456456
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
457457
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
458458

459-
distdir: $(DISTFILES)
459+
distdir: $(BUILT_SOURCES)
460+
$(MAKE) $(AM_MAKEFLAGS) distdir-am
461+
462+
distdir-am: $(DISTFILES)
460463
$(am__remove_distdir)
461464
test -d "$(distdir)" || mkdir "$(distdir)"
462465
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \

0 commit comments

Comments
 (0)