mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
lo.mk: Add U flag to ar to avoid ranlib warning on Debian
The warning was the following: make: Warning: Archive 'liblocal.a' seems to have been created in deterministic mode. 'WSlider.o' will always be updated. Please consider passing the U flag to ar to avoid the problem. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7ffe0c4b81
commit
98c39336be
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ $(SO_PREFIX)%.so $(SO_PREFIX)%.dll: %.o $(CPP_PREFIX)%.o $(OTHER_LIB)
|
|||
mv $@.tmp $@
|
||||
|
||||
$(OTHER_LIB)(%.o): %.o
|
||||
$(AR) r $(OTHER_LIB) $<
|
||||
$(AR) rU $(OTHER_LIB) $<
|
||||
$(RANLIB) $(OTHER_LIB)
|
||||
|
||||
$(OTHER_LIB): $(OTHER_MEMBERS_O)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue