mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Replace only actually changed archive members.
This commit is contained in:
parent
780f38acd5
commit
f94ac40637
@ -93,7 +93,7 @@ endef
|
||||
|
||||
$(eval $(call OBJS_template,common))
|
||||
../wrk/common/common.a: $(common_OBJS)
|
||||
$(AR) r $@ $^
|
||||
$(AR) r $@ $?
|
||||
|
||||
$(foreach prog,$(PROGS),$(eval $(call PROG_template,$(prog))))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user