From 26a63b3be6f10afce917bcbc93c69aa80b29a919 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 28 Mar 2012 17:12:36 +0200 Subject: [PATCH] cosmetics: don't make the generated Config.pm executable * lib/Makefile.am (Automake/Config.pm): Don't make this executable, there's not need for it to be (it's a perl module, not a script). Signed-off-by: Stefano Lattarini --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index d1800acdb..260b9c9ff 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -99,7 +99,7 @@ Automake/Config.pm: Automake/Config.in Makefile $(AM_V_at)rm -f $@ $@-t $(AM_V_at)test -d Automake || mkdir Automake $(AM_V_GEN)$(do_subst) $(srcdir)/Automake/Config.in >$@-t - $(AM_V_at)chmod a+x,a-w $@-t && mv -f $@-t $@ + $(AM_V_at)chmod a-w $@-t && mv -f $@-t $@ EXTRA_DIST += Automake/Config.in ## --------------------- ## -- 2.47.2