diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-29 12:44:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-29 12:44:07 +0200 |
commit | a8f5fa1d2e04f147f2b6d7f85cfd9985487e251b (patch) | |
tree | ff65a56c92e61aec25ed765bc0539c378b725a3d /Makefile.in | |
parent | 5d183bd65a42f46b030dc91f16c3087ddf509511 (diff) | |
parent | 94b3317504dade2520f47e813c780f7e54a3ac2f (diff) |
Merge tag 'upstream/3.17.1'
Upstream version 3.17.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 3d6abbf..939381b 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 depcomp install-sh missing + compile 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) \ |