summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4631c00)
raw | patch | inline | side by side (parent: 4631c00)
author | Fredrik Kuivinen <freku045@student.liu.se> | |
Mon, 13 Feb 2006 23:15:14 +0000 (00:15 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 14 Feb 2006 06:13:22 +0000 (22:13 -0800) |
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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
platform specific defines when we invoke GIT-VERSION-GEN.
Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index f240e452b688dc03834eeb393a0249754363b27b..d40aa6a7d8cef4dd36a16e88071faf37c16fb731 100644 (file)
--- a/Makefile
+++ b/Makefile
# 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.