git.el: Don't use --info-only when resolving a file.
[gitweb.git] / Makefile
index fa1a02289c06630274eebbed25b022c4cfeea28b..180e1e0b94e121594a5ae2f994d12af6d1a2ea11 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -818,7 +818,7 @@ test-sha1$X: test-sha1.o $(GITLIBS)
 check-sha1:: test-sha1$X
        ./test-sha1.sh
 
-check:
+check: common-cmds.h
        for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done