git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s/SHELL/SHELL_PATH/ in Makefile
@ 2006-02-13 23:15 Fredrik Kuivinen
  0 siblings, 0 replies; only message in thread
From: Fredrik Kuivinen @ 2006-02-13 23:15 UTC (permalink / raw)
  To: git; +Cc: junkio

With the current Makefile we don't use the shell chosen by the
platform specific defines when we invoke GIT-VERSION-GEN.

Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>


---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

86d29e725d299d2bba7404809d81c61d7dab590c
diff --git a/Makefile b/Makefile
index f240e45..d40aa6a 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ all:
 # change being considered an inode change from the update-cache perspective.
 
 GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
-	@$(SHELL) ./GIT-VERSION-GEN
+	@$(SHELL_PATH) ./GIT-VERSION-GEN
 -include GIT-VERSION-FILE
 
 # CFLAGS and LDFLAGS are for the users to override from the command line.
-- 
1.1.6.g4dc8

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-13 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-13 23:15 [PATCH] s/SHELL/SHELL_PATH/ in Makefile Fredrik Kuivinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).