|
@@ -198,7 +198,7 @@ noinst_HEADERS+= $(ORHEADERS) micro-revision.i
|
|
|
|
|
|
micro-revision.i: FORCE
|
|
|
$(AM_V_at)rm -f micro-revision.tmp; \
|
|
|
- if test -d "$(top_srcdir)/.git" && \
|
|
|
+ if test -r "$(top_srcdir)/.git" && \
|
|
|
test -x "`which git 2>&1;true`"; then \
|
|
|
HASH="`cd "$(top_srcdir)" && git rev-parse --short=16 HEAD`"; \
|
|
|
echo \"$$HASH\" > micro-revision.tmp; \
|