From 634f471df9042dceb1103f558b28b55555809a0e Mon Sep 17 00:00:00 2001 From: "Luiz Fernando N. Capitulino" Date: Mon, 30 Jul 2007 16:59:51 -0300 Subject: [PATCH] libgit-thin: Makefile: No need to use ':=' on a static line Signed-off-by: Luiz Fernando N. Capitulino --- libgit-thin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgit-thin/Makefile b/libgit-thin/Makefile index ea85a8edca..da9d292150 100644 --- a/libgit-thin/Makefile +++ b/libgit-thin/Makefile @@ -12,7 +12,7 @@ DESTDIR := $(HOME)/libgit-thin export CC CFLAGS LIB_ARCHIVE = libgit-thin.a -LIB_OBJ := ltcommit.o ltrevlist.o ltrepo.o ltsha1.o +LIB_OBJ = ltcommit.o ltrevlist.o ltrepo.o ltsha1.o LIB_H = libgit-thin.h ltcommit.h ltrepo.h ltrevlist.h ltsha1.h QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir -- 2.11.4.GIT