rules.mk: Disable dependency of .so files on $(LIB_SO)

This commit is contained in:
Jan Lindemann 2005-06-19 18:42:20 +00:00 committed by Jan Lindemann
commit 1f2f05c520

View file

@ -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