With the matching Makefile change, this makes sure that only cgit.o and cgit
proper needs to be rebuildt when VERSION has been modified.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit: $(OBJECTS)
$(CC) $(CFLAGS) -o cgit $(OBJECTS) $(EXTLIBS)
-$(OBJECTS): git/xdiff/lib.a git/libgit.a VERSION
+$(OBJECTS): git/xdiff/lib.a git/libgit.a
+
+cgit.o: VERSION
-include $(OBJECTS:.o=.d)
#include "cmd.h"
#include "ui-shared.h"
+const char *cgit_version = CGIT_VERSION;
+
void config_cb(const char *name, const char *value)
{
if (!strcmp(name, "root-title"))
struct cgit_context ctx;
int cgit_cmd;
-const char *cgit_version = CGIT_VERSION;
-
int chk_zero(int result, char *msg)
{
if (result != 0)