commit 563fca6e4a33fd3582610c2a357360608202d4e5 from: Stefan Sperling date: Thu May 09 19:36:10 2019 UTC make tog compile again commit - cf066bf82edd3eb41cec476310a6090355b073ad commit + 563fca6e4a33fd3582610c2a357360608202d4e5 blob - 144d8da5ec3fc100ce967fcaf1c1aca1d07660e7 blob + fd1c06e2651c8686a8625fc0a6481cacc3b251ce --- tog/Makefile +++ tog/Makefile @@ -6,7 +6,7 @@ SRCS= tog.c blame.c commit_graph.c delta.c diff.c dif object_idset.c object_parse.c opentemp.c path.c pack.c \ privsep.c reference.c repository.c sha1.c worktree.c \ utf8.c inflate.c buf.c worklist.c rcsutil.c diff3.c \ - lockfile.c + lockfile.c deflate.c object_create.c CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib \ -DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}