From: Tom Tromey Date: Sun, 26 Nov 1995 06:44:53 +0000 (+0000) Subject: Comment fix X-Git-Tag: Release-0-25~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e8ed06eecc34fea63a5679fe97c4982feeb3ec;p=thirdparty%2Fautomake.git Comment fix --- diff --git a/depend.am b/depend.am index 124f8121d..2a611940c 100644 --- a/depend.am +++ b/depend.am @@ -1,6 +1,6 @@ # This fragment is probably only useful for maintainers. It relies on # GNU make and gcc. It is only included in the generated Makefile.in -# if `automake' is passed the `--use-deps' flag. +# if `automake' is not passed the `--include-deps' flag. MKDEP = gcc -MM diff --git a/lib/am/depend.am b/lib/am/depend.am index 124f8121d..2a611940c 100644 --- a/lib/am/depend.am +++ b/lib/am/depend.am @@ -1,6 +1,6 @@ # This fragment is probably only useful for maintainers. It relies on # GNU make and gcc. It is only included in the generated Makefile.in -# if `automake' is passed the `--use-deps' flag. +# if `automake' is not passed the `--include-deps' flag. MKDEP = gcc -MM