<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Fri, 2011-09-30 at 14:36 +0200, Matthieu Herrb wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Use $(SHELL) to run it.

Signed-off-by: Matthieu Herrb &lt;<A HREF="mailto:matthieu.herrb@laas.fr">matthieu.herrb@laas.fr</A>&gt;
---
 hw/xfree86/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
index e3ef14f..4f08772 100644
--- a/hw/xfree86/Makefile.am
+++ b/hw/xfree86/Makefile.am
@@ -111,7 +111,7 @@ CLEANFILES = sdksyms.c sdksyms.dep
 EXTRA_DIST += sdksyms.sh
 
 sdksyms.dep sdksyms.c: sdksyms.sh
-        CPP='$(CPP)' AWK='$(AWK)' $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(INCLUDES)
+        CPP='$(CPP)' AWK='$(AWK)' $(SHELL) $(srcdir)/sdksyms.sh $(top_srcdir) $(CFLAGS) $(AM_CFLAGS) $(INCLUDES)
 
 SDKSYMS_DEP = sdksyms.dep
 include $(SDKSYMS_DEP)
</PRE>
</BLOCKQUOTE>
<BR>
For the benefit of the readers, can you mention in the commit text under which circumstances the script is not executable?<BR>
Doesn't git work the same way on all platforms? rwxr-xr-x <A HREF="http://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/sdksyms.sh">sdksyms.sh</A><BR>
<BR>
In hw/xquartz/bundle<BR>
<TT>install-data-hook:</TT>
<PRE>
<TT>        $(srcdir)/mk_bundke.sh $(srcdir)</TT>

I am sure there is a good reason,

Reviewed-by: Gaetan Nadon &lt;memsize@videotron.ca&gt;
</PRE>
</BODY>
</HTML>