* 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 <stefano.lattar...@gmail.com>
---
 lib/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index b819027..514e512 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -98,7 +98,7 @@ do_subst = in=`echo $@ | sed 's/\.[^.]*$$//'`; sed \
 Automake/Config.pm: Automake/Config.in Makefile
        $(AM_V_at)rm -f $@ $@-t
        $(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
 
 ## --------------------- ##
-- 
1.7.9


Reply via email to