From 365463851303f74eb5e5be7101811f215602fcd9 Mon Sep 17 00:00:00 2001 From: Fredrik Kuivinen Date: Tue, 14 Feb 2006 00:15:14 +0100 Subject: 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 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. -- cgit v0.10.2-6-g49f6