]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: remove an obsolete FIXME comment
authorJim Meyering <meyering@redhat.com>
Tue, 10 Mar 2009 09:04:23 +0000 (10:04 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 11 Mar 2009 14:43:53 +0000 (15:43 +0100)
* src/Makefile.am (../AUTHORS): Remove obsolete FIXME comment.
There are no longer any installed *.sh programs.

src/Makefile.am

index b88db6bdcb9cf068790a995fb7180083814980cf..2313ed346f4bd628f643c83d87d709c2116d6069 100644 (file)
@@ -405,7 +405,6 @@ sed_filter = s/^ *//;s/N_ (//;s/^"//;s/")*$$//
 s1 = '/^\#define AUTHORS \([^\\]\)/{;s//\1/;$(sed_filter);p;q;}'
 # Sometimes the string is on the backslash-continued line after the #define.
 s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}'
-# FIXME: handle *.sh;  and use $(all_programs), not $(SOURCES)
 ../AUTHORS: $(SOURCES)
        rm -f $@-t
        (                                               \