From: Lars Hjemli Date: Wed, 20 Dec 2006 23:47:05 +0000 (+0100) Subject: Let make know that ui-diff.c depends on xdiff.h X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/40dea5254a64408c8707d31374fbea170c62e42f Let make know that ui-diff.c depends on xdiff.h Signed-off-by: Lars Hjemli --- diff --git a/Makefile b/Makefile index 4aa7afe..52e1cb7 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,8 @@ cgit: cgit.c cgit.h git.h $(OBJECTS) $(OBJECTS): cgit.h git.h +ui-diff.o: xdiff.h + .PHONY: clean clean: rm -f cgit *.o