Skip to content

Commit

Permalink
Makefile: Print 'LNK libmtdac.so'
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Clayton <[email protected]>
  • Loading branch information
ac000 committed Jul 29, 2023
1 parent ed1e97b commit 7c5323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c5323b

Please sign in to comment.