From 2673f5c6a35088d8e3670fe9344d5fbec389a036 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Apr 2021 13:09:27 +0200 Subject: Unimportant fix to makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6befc84..ff565a7 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ libcontacts.a: $(OBJ) $(AR) -s $@ libcontacts.$(LIBEXT): $(LOBJ) - $(CC) $(LIBFLAGS) $(LDFLAGS_METHODS) -o $@ $(LOBJ) $(LDFLAGS) + $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS) .c.o: $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) -- cgit v1.2.3-70-g09d2