* [PATCH] Make check target depend on common-cmds.h
@ 2007-01-04 18:33 René Scharfe
0 siblings, 0 replies; only message in thread
From: René Scharfe @ 2007-01-04 18:33 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
This fixes sparse complaining about a missing include file
if 'make check' is run on clean sources.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index fa1a022..180e1e0 100644
--- 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-04 18:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-04 18:33 [PATCH] Make check target depend on common-cmds.h René Scharfe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).