X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=8d5122bdd518e6d85d15304f7e7638b84c9b00e7;hb=e23d2d6b765162902bd8b722e1659f002b97a302;hp=8ce27a65fb822afe34374a719ac552ff79a45074;hpb=e5de2c5e308a23b8f1531bbac2f100af7ab0767b;p=git.git diff --git a/Makefile b/Makefile index 8ce27a65..8d5122bd 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ LIB_OBJS = \ $(DIFF_OBJS) BUILTIN_OBJS = \ - builtin-log.o builtin-help.o + builtin-log.o builtin-help.o builtin-grep.o GITLIBS = $(LIB_FILE) $(XDIFF_LIB) LIBS = $(GITLIBS) -lz