automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {maint} cosmetics: don't make the generated Config.pm executable


From: Stefano Lattarini
Subject: [FYI] {maint} cosmetics: don't make the generated Config.pm executable
Date: Wed, 28 Mar 2012 22:21:20 +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 <address@hidden>
---
 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 $@ address@hidden
        $(AM_V_GEN)$(do_subst) $(srcdir)/Automake/Config.in >address@hidden
-       $(AM_V_at)chmod a+x,a-w address@hidden && mv -f address@hidden $@
+       $(AM_V_at)chmod a-w address@hidden && mv -f address@hidden $@
 EXTRA_DIST += Automake/Config.in
 
 ## --------------------- ##
-- 
1.7.9




reply via email to

[Prev in Thread] Current Thread [Next in Thread]