automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01-automake-comment-fix.diff


From: derek
Subject: 01-automake-comment-fix.diff
Date: Tue, 24 Jun 2003 02:24:09 +0000

Here's a quick comment correction patch.

        * automake.in: Correct a comment - CONFIG_CLEAN_FILES are removed
        with `make distclean', not `make clean'.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1469
diff -u -r1.1469 automake.in
--- automake.in 23 Jun 2003 21:39:52 -0000      1.1469
+++ automake.in 24 Jun 2003 02:18:04 -0000
@@ -4345,7 +4345,7 @@
                      rewrite_inputs_into_dependencies (0, @inputs));
     }
 
-    # These files get removed by "make clean".
+    # These files get removed by "make distclean".
     define_pretty_variable ('CONFIG_CLEAN_FILES', TRUE, INTERNAL,
                            @actual_other_files);
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]