aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorunknown <unknown>2002-01-11 11:59:54 (GMT)
committerunknown <unknown>2002-01-11 11:59:54 (GMT)
commit61661d638e34b3ce6c986d5a53b8c08c1051d422 (patch)
treef0b87676e95070afee163f76902efd0c4d5b5fe6 /Makefile.in
parentf98c3c9045397bd9497621deb55b310366f8a5de (diff)
parenta3d2a1cf0a5ab724e19a91915fe97842f52260d5 (diff)
downloadfluxbox_pavel-Release-0_1_6.zip
fluxbox_pavel-Release-0_1_6.tar.bz2
This commit was manufactured by cvs2svn to create tagRelease-0_1_6
'Release-0_1_6'.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7033a27..6809d5f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -105,9 +105,9 @@ GZIP_ENV = --best
105all: all-redirect 105all: all-redirect
106.SUFFIXES: 106.SUFFIXES:
107$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 107$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
108 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile 108 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
109 109
110Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 110Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
111 cd $(top_builddir) \ 111 cd $(top_builddir) \
112 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 112 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
113 113
@@ -276,6 +276,11 @@ distdir: $(DISTFILES)
276 -rm -rf $(distdir) 276 -rm -rf $(distdir)
277 mkdir $(distdir) 277 mkdir $(distdir)
278 -chmod 777 $(distdir) 278 -chmod 777 $(distdir)
279 here=`cd $(top_builddir) && pwd`; \
280 top_distdir=`cd $(distdir) && pwd`; \
281 distdir=`cd $(distdir) && pwd`; \
282 cd $(top_srcdir) \
283 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
279 @for file in $(DISTFILES); do \ 284 @for file in $(DISTFILES); do \
280 d=$(srcdir); \ 285 d=$(srcdir); \
281 if test -d $$d/$$file; then \ 286 if test -d $$d/$$file; then \