From 797d72c3cca5df2397b8a9a485ce9cad8c9349a5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Oct 2002 06:48:42 +0000 Subject: (../AUTHORS): Make it read-only. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 7215f42c3..156b2be1d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -210,6 +210,7 @@ s1 = '/^\#define AUTHORS \([^\\]\)/{;s//\1/;$(sed_filter);p;q;}' s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}' # FIXME: handle *.sh ../AUTHORS: $(SOURCES) + rm -f $@-t ( \ set -e; \ echo "Here are the names of the programs in this package,"; \ @@ -224,4 +225,5 @@ s2 = '/^\#define AUTHORS \\\\/{;n;$(sed_filter);p;q;}' echo "$$prog: $$a"; \ fi; \ done | sort -u ) > $@-t + chmod a-w $@-t mv $@-t $@ -- cgit v1.2.3-54-g00ecf