diff options
Diffstat (limited to 'nls/tr_TR/Makefile.in')
-rw-r--r-- | nls/tr_TR/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/nls/tr_TR/Makefile.in b/nls/tr_TR/Makefile.in index e6eac75..c2c152e 100644 --- a/nls/tr_TR/Makefile.in +++ b/nls/tr_TR/Makefile.in | |||
@@ -108,9 +108,9 @@ GZIP_ENV = --best | |||
108 | all: all-redirect | 108 | all: all-redirect |
109 | .SUFFIXES: | 109 | .SUFFIXES: |
110 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | 110 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
111 | cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/tr_TR/Makefile | 111 | cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/tr_TR/Makefile |
112 | 112 | ||
113 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 113 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
114 | cd $(top_builddir) \ | 114 | cd $(top_builddir) \ |
115 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status | 115 | && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
116 | 116 | ||
@@ -123,6 +123,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | |||
123 | subdir = nls/tr_TR | 123 | subdir = nls/tr_TR |
124 | 124 | ||
125 | distdir: $(DISTFILES) | 125 | distdir: $(DISTFILES) |
126 | here=`cd $(top_builddir) && pwd`; \ | ||
127 | top_distdir=`cd $(top_distdir) && pwd`; \ | ||
128 | distdir=`cd $(distdir) && pwd`; \ | ||
129 | cd $(top_srcdir) \ | ||
130 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/tr_TR/Makefile | ||
126 | @for file in $(DISTFILES); do \ | 131 | @for file in $(DISTFILES); do \ |
127 | d=$(srcdir); \ | 132 | d=$(srcdir); \ |
128 | if test -d $$d/$$file; then \ | 133 | if test -d $$d/$$file; then \ |