]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update comment
authorJim Meyering <jim@meyering.net>
Sun, 13 Oct 2002 06:50:11 +0000 (06:50 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 13 Oct 2002 06:50:11 +0000 (06:50 +0000)
src/Makefile.am

index 156b2be1d31c8083cc050773180f03eb87f993fd..ff542adbda89fdda673b00016fa9663ddc70ab99 100644 (file)
@@ -208,7 +208,7 @@ 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
+# FIXME: handle *.sh;  and use $(all_programs), not $(SOURCES)
 ../AUTHORS: $(SOURCES)
        rm -f $@-t
        (                                               \