(dist): Give automake --output-dir option.
authorTom Tromey <tromey@redhat.com>
Wed, 29 Nov 1995 22:58:36 +0000 (22:58 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 29 Nov 1995 22:58:36 +0000 (22:58 +0000)
dist-subd-top.am
dist.am

index d826042..3fa0c95 100644 (file)
@@ -2,7 +2,7 @@ distdir = $(PACKAGE)-$(VERSION)
 dist: $(DIST_FILES)
        rm -rf $(distdir)
        mkdir $(distdir)
-       (cd $(srcdir); automake --include-deps)
+       (cd $(srcdir); automake --include-deps --output-dir=$(distdir))
        @for file in $(DIST_FILES); do          \
          test -f $(distdir)/$$file || {        \
            echo linking $$file;                \
diff --git a/dist.am b/dist.am
index 38d7b18..f8d5f52 100644 (file)
--- a/dist.am
+++ b/dist.am
@@ -2,7 +2,7 @@ distdir = $(PACKAGE)-$(VERSION)
 dist: $(DIST_FILES)
        rm -rf $(distdir)
        mkdir $(distdir)
-       (cd $(srcdir); automake --include-deps)
+       (cd $(srcdir); automake --include-deps --output-dir=$(distdir))
        @for file in $(DIST_FILES); do          \
          test -f $(distdir)/$$file || {        \
            echo linking $$file;                \