]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64] don't assume that unwcheck.py is executable
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 7 Dec 2007 22:42:08 +0000 (14:42 -0800)
committerTony Luck <tony.luck@intel.com>
Fri, 7 Dec 2007 22:42:08 +0000 (14:42 -0800)
Don't assume that this file has execute permissions.  For example, patch(1)
loses that information.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/Makefile
arch/ia64/scripts/unwcheck.py [changed mode: 0755->0644]

index 34951aa2370b861d0f0b2b8e91cdf70188cadbd3..b916ccfdef843f158f1814cc74d278d389dcec70 100644 (file)
@@ -77,7 +77,7 @@ vmlinux.gz: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $@
 
 unwcheck: vmlinux
-       -$(Q)READELF=$(READELF) $(srctree)/arch/ia64/scripts/unwcheck.py $<
+       -$(Q)READELF=$(READELF) python $(srctree)/arch/ia64/scripts/unwcheck.py $<
 
 archclean:
        $(Q)$(MAKE) $(clean)=$(boot)
old mode 100755 (executable)
new mode 100644 (file)