diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 9 |
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 | |||
105 | all: all-redirect | 105 | all: 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 | ||
110 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 110 | Makefile: $(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 \ |