1
0
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:
Oliver Schmidt 2013-04-29 17:14:08 +03:00
parent 780f38acd5
commit f94ac40637

View File

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