aboutsummaryrefslogtreecommitdiff
path: root/nls/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/Makefile.in
parent597822f9391d342cb2a321d7b46c2ca468d7abe7 (diff)
downloadfluxbox-07b8a8041c169fdb858a051bf431d643c7ae84b4.zip
fluxbox-07b8a8041c169fdb858a051bf431d643c7ae84b4.tar.bz2
update
Diffstat (limited to 'nls/Makefile.in')
-rw-r--r--nls/Makefile.in9
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
103all: all-redirect 103all: 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
108Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 108Makefile: $(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)
204subdir = nls 204subdir = nls
205 205
206distdir: $(DISTFILES) 206distdir: $(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 \