]> sourceware.org Git - automake.git/commitdiff
* m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Don't print
authorTom Tromey <tromey@redhat.com>
Fri, 10 Dec 1999 15:35:16 +0000 (15:35 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 10 Dec 1999 15:35:16 +0000 (15:35 +0000)
message when creating .deps files.

ChangeLog
m4/depout.m4

index fcc09d677094c57f95dcdbeed54945bd2627ab9a..cc922e0b364adfc9afc51b116a44fa7e7ae16831 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-12-10  Tom Tromey  <tromey@cygnus.com>
 
+       * m4/depout.m4 (AM_OUTPUT_DEPENDENCY_COMMANDS): Don't print
+       message when creating .deps files.
+
        * automake.in (initialize_global_constants): If unreadable by
        owner, make it readable by owner regardless of number of links.
        Fixes more of install2.test.
index aae9d44ec75114a00227543051cc4978699b48dd..ef5ab6689037582d2308cff9471559d84e81cd40 100644 (file)
@@ -39,7 +39,7 @@ for mf in $CONFIG_FILES; do
     /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \
        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     test -f "$dirpart/$file" && continue
-    echo "creating $dirpart/$file"
+    echo "creating $dirpart/$file"
     echo '# dummy' > "$dirpart/$file"
   done
 done
This page took 0.032751 seconds and 5 git commands to generate.