diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 06:24:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-21 06:24:54 +0200 |
commit | 2d3786309780c22628c7e9d9ce4d6db97c437026 (patch) | |
tree | b0705e10a7d8b77216cde0c757447b1234f9d095 /Makefile.in | |
parent | 7180d98f3a1b400efb6060e88d9f27bdc24184bf (diff) | |
parent | 53ff7b09f2995edfbd52b9789fe2dfe015e6c4a3 (diff) |
Merge tag 'upstream/3.17.1.1'
Upstream version 3.17.1.1
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 939381b..3d6abbf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -78,7 +78,7 @@ POST_UNINSTALL = : subdir = . DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) COPYING NEWS \ - compile install-sh missing + compile depcomp install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |