diff options
Diffstat (limited to 'extras/Makefile.in')
-rw-r--r-- | extras/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extras/Makefile.in b/extras/Makefile.in index 92d2b89b..10a229a2 100644 --- a/extras/Makefile.in +++ b/extras/Makefile.in @@ -128,7 +128,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/arch.m4 \ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @@ -181,8 +181,7 @@ am__uninstall_files_from_dir = { \ am__installdirs = "$(DESTDIR)$(profiledir)" DATA = $(profile_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs \ - ChangeLog +am__DIST_COMMON = $(srcdir)/Makefile.in ChangeLog DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ |