added missing dependencies to fix failing unistr/ tests
[gnulib.git] / Makefile
index d2878d6..0596ba6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,11 @@ info html dvi pdf:
 check: sc_prefer_ac_check_funcs_once
 
 sc_prefer_ac_check_funcs_once:
-       git grep -w -l AC_CHECK_FUNCS modules && \
-         { echo use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/ 1>&2; \
-           exit 1; } || :
+       if test -d .git; then                                           \
+          git grep -w -l AC_CHECK_FUNCS modules                                \
+            && { echo use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS      \
+                   in modules/ 1>&2; exit 1; } || :                    \
+       else :; fi
 
 # Regenerate some files that are stored in the repository.
 regen: MODULES.html