0
0
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:
Jonas Fonseca 2005-10-20 20:18:29 +02:00 committed by Jonas Fonseca
parent c88afeb1c2
commit 128ddc77b2

View File

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