summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-2.4/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.4/Makefile.in')
-rw-r--r--Build/source/utils/xindy/xindy-2.4/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4/Makefile.in b/Build/source/utils/xindy/xindy-2.4/Makefile.in
index 7c6b1470bf6..12f54fc52cb 100644
--- a/Build/source/utils/xindy/xindy-2.4/Makefile.in
+++ b/Build/source/utils/xindy/xindy-2.4/Makefile.in
@@ -41,13 +41,12 @@ host_triplet = @host@
# do we build docs?
@BUILDDOCS_TRUE@am__append_2 = doc
-subdir = xindy
+subdir = xindy-2.4
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
AUTHORS COPYING INSTALL NEWS
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-warnings.m4 \
- $(top_srcdir)/xindy/VERSION $(top_srcdir)/ac/xindy.ac \
- $(top_srcdir)/configure.ac
+ $(top_srcdir)/ac/xindy.ac $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
@@ -174,6 +173,7 @@ STRIP = @STRIP@
VERSION = @VERSION@
WARNING_CFLAGS = @WARNING_CFLAGS@
XINDY_RUN = @XINDY_RUN@
+XINDY_TREE = @XINDY_TREE@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
@@ -243,9 +243,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy/Makefile'; \
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.4/Makefile'; \
$(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --foreign xindy/Makefile
+ $(AUTOMAKE) --foreign xindy-2.4/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \