diff options
Diffstat (limited to 'nls/Makefile.in')
-rw-r--r-- | nls/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/nls/Makefile.in b/nls/Makefile.in index 7a1ad67..1e4335c 100644 --- a/nls/Makefile.in +++ b/nls/Makefile.in | |||
@@ -103,9 +103,9 @@ GZIP_ENV = --best | |||
103 | all: all-redirect | 103 | all: all-redirect |
104 | .SUFFIXES: | 104 | .SUFFIXES: |
105 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 105 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
106 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/Makefile | 106 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/Makefile |
107 | 107 | ||
108 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 108 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
109 | cd $(top_builddir) \ | 109 | cd $(top_builddir) \ |
110 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 110 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
111 | 111 | ||
@@ -204,6 +204,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
204 | subdir = nls | 204 | subdir = nls |
205 | 205 | ||
206 | distdir: $(DISTFILES) | 206 | distdir: $(DISTFILES) |
207 | here=`cd $(top_builddir) && pwd`; \ | ||
208 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
209 | distdir=`cd $(distdir) && pwd`; \ | ||
210 | cd $(top_srcdir) \ | ||
211 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/Makefile | ||
207 | @for file in $(DISTFILES); do \ | 212 | @for file in $(DISTFILES); do \ |
208 | d=$(srcdir); \ | 213 | d=$(srcdir); \ |
209 | if test -d $$d/$$file; then \ | 214 | if test -d $$d/$$file; then \ |