summaryrefslogtreecommitdiffstats
path: root/prepare
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-23 16:56:20 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-23 16:56:20 +0000
commit996f0b347f5b0fea3130f43af11decf611be3054 (patch)
treedd93c830283254ed1709cf9d144b43aef2afc677 /prepare
parent6f622dd0b51d58d121e21285354c083f05c03c03 (diff)
Add the default predicate.
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare b/prepare
index d1371245..dc5587dc 100755
--- 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