diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-10 10:04:23 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-11 15:43:53 +0100 |
commit | 20dc2a6a61e990b199c468c6972f7f560a4dbe0b (patch) | |
tree | caa5adb86527aedcef97d3d86010210da65fcc3a /src | |
parent | 1644e589050ddfce4bbd5ebbe10a4e041499e386 (diff) | |
download | coreutils-20dc2a6a61e990b199c468c6972f7f560a4dbe0b.tar.xz |
maint: remove an obsolete FIXME comment
* src/Makefile.am (../AUTHORS): Remove obsolete FIXME comment.
There are no longer any installed *.sh programs.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b88db6bdc..2313ed346 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 ( \ |