From 7c5323bebe10d41165f1e5c0edb3f52d307e44ca Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Sat, 29 Jul 2023 16:29:24 +0100 Subject: [PATCH] Makefile: Print 'LNK libmtdac.so' Signed-off-by: Andrew Clayton --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index d24280c..95406c8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -54,7 +54,7 @@ endif all: $(LIBNAME) $(LIBNAME): $(objects) - @echo -e " LNK\t$@" + @echo -e " LNK\t$@.so" $(v)$(CC) $(LDFLAGS),-soname,$(LIBNAME).so.$(SOVER) -o $(LIBNAME).so.$(VERSION) $(objects) $(LIBS) $(v)ln -sf $(LIBNAME).so.$(VERSION) $(LIBNAME).so.$(SOVER) $(v)ln -sf $(LIBNAME).so.$(VERSION) $(LIBNAME).so