aboutsummaryrefslogtreecommitdiff
path: root/nls/et_EE/Makefile.in
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2001-12-17 19:49:45 (GMT)
committerfluxgen <fluxgen>2001-12-17 19:49:45 (GMT)
commit07b8a8041c169fdb858a051bf431d643c7ae84b4 (patch)
treecb52f07025f9370a39110017cb392118d8a51816 /nls/et_EE/Makefile.in
parent597822f9391d342cb2a321d7b46c2ca468d7abe7 (diff)
downloadfluxbox-07b8a8041c169fdb858a051bf431d643c7ae84b4.zip
fluxbox-07b8a8041c169fdb858a051bf431d643c7ae84b4.tar.bz2
update
Diffstat (limited to 'nls/et_EE/Makefile.in')
-rw-r--r--nls/et_EE/Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/nls/et_EE/Makefile.in b/nls/et_EE/Makefile.in
index 4048b6f..c12a059 100644
--- a/nls/et_EE/Makefile.in
+++ b/nls/et_EE/Makefile.in
@@ -104,9 +104,9 @@ GZIP_ENV = --best
104all: all-redirect 104all: all-redirect
105.SUFFIXES: 105.SUFFIXES:
106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 106$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
107 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps nls/et_EE/Makefile 107 cd $(top_srcdir) && $(AUTOMAKE) --gnu nls/et_EE/Makefile
108 108
109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 109Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
110 cd $(top_builddir) \ 110 cd $(top_builddir) \
111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 111 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
112 112
@@ -119,6 +119,11 @@ distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
119subdir = nls/et_EE 119subdir = nls/et_EE
120 120
121distdir: $(DISTFILES) 121distdir: $(DISTFILES)
122 here=`cd $(top_builddir) && pwd`; \
123 top_distdir=`cd $(top_distdir) && pwd`; \
124 distdir=`cd $(distdir) && pwd`; \
125 cd $(top_srcdir) \
126 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu nls/et_EE/Makefile
122 @for file in $(DISTFILES); do \ 127 @for file in $(DISTFILES); do \
123 d=$(srcdir); \ 128 d=$(srcdir); \
124 if test -d $$d/$$file; then \ 129 if test -d $$d/$$file; then \