From: Stefano Lattarini Date: Tue, 2 Oct 2012 14:45:37 +0000 (+0200) Subject: config headers: remove stale comment in makefile fragment X-Git-Tag: v1.12.5~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8651afd8279a6eb86648b08579776eec368f8fb;p=thirdparty%2Fautomake.git config headers: remove stale comment in makefile fragment * lib/am/remake-hdr.am: Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index 3c7e346d4..155e7b4cb 100644 --- a/lib/am/remake-hdr.am +++ b/lib/am/remake-hdr.am @@ -14,9 +14,6 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see . -## Explicitly look in srcdir for benefit of non-GNU makes. - - %CONFIG_H%: %STAMP% ## Recover from removal of CONFIG_HEADER @if test ! -f $@; then rm -f %STAMP%; else :; fi