]> granicus.if.org Git - mutt/commitdiff
Add the default predicate.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 23 Jan 1999 16:56:20 +0000 (16:56 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 23 Jan 1999 16:56:20 +0000 (16:56 +0000)
prepare

diff --git a/prepare b/prepare
index d137124540e803f1090d66cb5773e7350c24d5d8..dc5587dc6fff884d9192af601d2d2141f7ca2df6 100755 (executable)
--- a/prepare
+++ b/prepare
@@ -2,7 +2,7 @@
 
 am()
 {
-  find -name Makefile.am | while read f ; do
+  find -name Makefile.am -print | while read f ; do
     automake --foreign `dirname $f`/`basename $f .am` || return 1
   done
   return 0