From 365463851303f74eb5e5be7101811f215602fcd9 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Tue, 14 Feb 2006 00:15:14 +0100 Subject: [PATCH] s/SHELL/SHELL_PATH/ in Makefile 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 Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f240e452b..d40aa6a7d 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. -- 2.11.0