From: Stefano Lattarini Date: Wed, 28 Mar 2012 15:12:36 +0000 (+0200) Subject: cosmetics: don't make the generated Config.pm executable X-Git-Tag: v1.11.4~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a63b3be6f10afce917bcbc93c69aa80b29a919;p=thirdparty%2Fautomake.git 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 --- 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 ## --------------------- ##