diff options
Diffstat (limited to 'gettext-tools/libuniname/Makefile.in')
-rw-r--r-- | gettext-tools/libuniname/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/libuniname/Makefile.in b/gettext-tools/libuniname/Makefile.in index 60ec58e..dbfe9eb 100644 --- a/gettext-tools/libuniname/Makefile.in +++ b/gettext-tools/libuniname/Makefile.in @@ -43,8 +43,8 @@ noinst_PROGRAMS = test-names$(EXEEXT) subdir = libuniname DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/../config/m4/fixautomake.m4 \ - $(top_srcdir)/../config/m4/libtool.m4 \ +am__aclocal_m4_deps = $(top_srcdir)/../m4/fixautomake.m4 \ + $(top_srcdir)/../m4/libtool.m4 \ $(top_srcdir)/../autoconf-lib-link/m4/lib-ld.m4 \ $(top_srcdir)/../autoconf-lib-link/m4/lib-link.m4 \ $(top_srcdir)/../autoconf-lib-link/m4/lib-prefix.m4 \ @@ -104,7 +104,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/m4/fixautomake.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/../config/mkinstalldirs +mkinstalldirs = $(SHELL) $(top_srcdir)/../build-aux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) |