mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
rules.mk: Disable dependency of .so files on $(LIB_SO)
This commit is contained in:
parent
76cdb01bb5
commit
1f2f05c520
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ uic_%.cpp: %.h %.ui
|
|||
endif
|
||||
|
||||
ifeq ($(LIBTYPE),shared)
|
||||
lib%.so: %.o $(LIB_SO)
|
||||
lib%.so: %.o # $(LIB_SO)
|
||||
$(CC) -shared $(LDFLAGS) $^ -o $@
|
||||
else
|
||||
lib%.so: %.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue