cosmetics: don't make the generated Config.pm executable
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Mar 2012 15:12:36 +0000 (17:12 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 28 Mar 2012 20:07:30 +0000 (22:07 +0200)
* 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.lattarini@gmail.com>
lib/Makefile.am

index d1800ac..260b9c9 100644 (file)
@@ -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
 
 ## --------------------- ##