From: Paul Eggert Date: Sun, 1 Aug 2004 15:18:29 +0000 (+0000) Subject: (localedir.h): Make it readonly; this X-Git-Tag: v5.3.0~989 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb1e87735ec31e226cb4b32575733b50c3268984;p=thirdparty%2Fcoreutils.git (localedir.h): Make it readonly; this undoes part of the 2004-07-27 patch. --- diff --git a/src/Makefile.am b/src/Makefile.am index be442aa236..111dde19df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -162,7 +162,9 @@ localedir = $(datadir)/locale BUILT_SOURCES = localedir.h DISTCLEANFILES = localedir.h localedir.h: + @rm -f $@ echo '#define LOCALEDIR "$(localedir)"' >$@ + @chmod a-w $@ BUILT_SOURCES += dircolors.h dircolors.h: dcgen dircolors.hin