Makefile: be nice when running in a path containing spaces

Without this patch, GIT-VERSION-GEN is not able to run.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2007-08-06 22:31:42 +01:00
parent 2d5d2c84f1
commit bf788d7e65

View File

@@ -124,7 +124,7 @@ all:
#
GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
@$(SHELL_PATH) ./GIT-VERSION-GEN
@"$(SHELL_PATH)" ./GIT-VERSION-GEN
-include GIT-VERSION-FILE
uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')