aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2014-06-06 14:09:11 +1000
committerBen Elliston <bje@gnu.org>2014-06-06 14:09:11 +1000
commitf4d01a7e996969d10fc263aa8dc82644cd149f3a (patch)
treec5287fcddb1dbfd84052257c58dc015a8777a9c9 /Makefile.in
parent259d0a3c996d35a52c0ec2959e29c4cc3f54f4b7 (diff)
downloaddejagnu-f4d01a7e996969d10fc263aa8dc82644cd149f3a.zip
dejagnu-f4d01a7e996969d10fc263aa8dc82644cd149f3a.tar.gz
dejagnu-f4d01a7e996969d10fc263aa8dc82644cd149f3a.tar.bz2
* depcomp, install-sh, missing: Update to latest versions.
* mkinstalldirs: Remove. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 2a9918e..3a49d5c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -103,17 +103,16 @@ check_PROGRAMS = unit$(EXEEXT)
subdir = .
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
- $(top_srcdir)/configure $(am__configure_deps) mkinstalldirs \
- depcomp texinfo.tex $(dist_man_MANS) $(include_HEADERS) \
- COPYING TODO compile config.guess config.sub install-sh \
- missing
+ $(top_srcdir)/configure $(am__configure_deps) depcomp \
+ texinfo.tex $(dist_man_MANS) $(include_HEADERS) COPYING TODO \
+ compile config.guess config.sub install-sh missing ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
am_unit_OBJECTS = unit.$(OBJEXT)