mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 23:23:55 +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
|
endif
|
||||||
|
|
||||||
ifeq ($(LIBTYPE),shared)
|
ifeq ($(LIBTYPE),shared)
|
||||||
lib%.so: %.o $(LIB_SO)
|
lib%.so: %.o # $(LIB_SO)
|
||||||
$(CC) -shared $(LDFLAGS) $^ -o $@
|
$(CC) -shared $(LDFLAGS) $^ -o $@
|
||||||
else
|
else
|
||||||
lib%.so: %.o
|
lib%.so: %.o
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue