]> sourceware.org Git - automake.git/commitdiff
Bug fix
authorTom Tromey <tromey@redhat.com>
Fri, 19 Jan 1996 07:57:38 +0000 (07:57 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 19 Jan 1996 07:57:38 +0000 (07:57 +0000)
ChangeLog
TODO
automake.in

index 96b8f2d438a0a80981f345c29e3ff4ef6992ea3f..2544b6478ca2606238cc13b25f57f4f77f4cb52b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 19 00:50:29 1996  Tom Tromey  <tromey@creche.cygnus.com>
+
+       * automake.in (handle_dist_worker): Explicitly make 'dist' in
+       subdirs.
+
 Thu Jan 18 00:25:56 1996  Tom Tromey  <tromey@creche.cygnus.com>
 
        From François Pinard:
diff --git a/TODO b/TODO
index 4739ee907942bdd17aed8e6ee497b50f1464598a..90de349ce021143c20858d8ba8fbf9fc46416e13 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,9 @@ Top priorities:
 
 --install-missing should only install COPYRIGHT when --gnu or better.
 
+Handle MAINT_CHARSET.  Use recode in dist target.  Handle dist-zoo and
+dist-zip.
+
 if configure.in not found, move up a directory and try again?  This
 could eliminate a common source of problems.
 
index bee2e7084dc4ae01f6e4b82dd9a2a2ccd6b406bb..7d665f74cbc74414872738ccabbafb8dbde39176 100755 (executable)
@@ -748,7 +748,7 @@ sub handle_dist_worker
          || mkdir $(distdir)/$$subdir          \\
          || exit 1;                            \\
          chmod 777 $(distdir)/$$subdir;        \\
-         (cd $$subdir && $(MAKE) $@) || exit 1; \\
+         (cd $$subdir && $(MAKE) dist) || exit 1; \\
        done
 ';
     }
This page took 0.034769 seconds and 5 git commands to generate.