diff options
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.4/make-rules/inputenc/Makefile.in')
-rw-r--r-- | Build/source/utils/xindy/xindy-2.4/make-rules/inputenc/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4/make-rules/inputenc/Makefile.in b/Build/source/utils/xindy/xindy-2.4/make-rules/inputenc/Makefile.in index cc5f7bbccd4..6ef2d84b4c8 100644 --- a/Build/source/utils/xindy/xindy-2.4/make-rules/inputenc/Makefile.in +++ b/Build/source/utils/xindy/xindy-2.4/make-rules/inputenc/Makefile.in @@ -33,12 +33,11 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -subdir = xindy/make-rules/inputenc +subdir = xindy-2.4/make-rules/inputenc DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 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 @@ -125,6 +124,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@ @@ -294,9 +294,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy/make-rules/inputenc/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xindy-2.4/make-rules/inputenc/Makefile'; \ $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign xindy/make-rules/inputenc/Makefile + $(AUTOMAKE) --foreign xindy-2.4/make-rules/inputenc/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ |