mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
Make lib.o depend on any subdir lib.o so it will be relinked
This commit is contained in:
parent
c88afeb1c2
commit
128ddc77b2
@ -73,7 +73,7 @@ OBJS += $(OBJS-yes)
|
||||
endif
|
||||
|
||||
ifdef OBJS
|
||||
lib.o: $(sort $(OBJS))
|
||||
lib.o: $(sort $(OBJS)) $(foreach subdir,$(sort $(filter-out src,$(SUBDIRS))), $(wildcard $(subdir)/lib.o))
|
||||
$(call cmd,ld_objs)
|
||||
|
||||
LIB_O = lib.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user