summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-10-13 06:50:11 +0000
committerJim Meyering <jim@meyering.net>2002-10-13 06:50:11 +0000
commit475f183eabfa5578aaa32b77557b06ca1bcb9bcc (patch)
treed577d24f2fa0e472e15f664200aa2317e39a0635 /src
parent797d72c3cca5df2397b8a9a485ce9cad8c9349a5 (diff)
downloadcoreutils-475f183eabfa5578aaa32b77557b06ca1bcb9bcc.tar.xz
update comment
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 156b2be1d..ff542adbd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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
( \