# HG changeset patch # User Matti Hamalainen # Date 1580103884 -7200 # Node ID 81714d54689ceefd69c2eb01649b50d965a0ea36 # Parent 7f1efa37288b3f1bd9d96c5ff52d58b3230606c1 Improve th_string.o depency chain checking. diff -r 7f1efa37288b -r 81714d54689c Makefile.inc --- a/Makefile.inc Mon Jan 27 06:09:57 2020 +0200 +++ b/Makefile.inc Mon Jan 27 07:44:44 2020 +0200 @@ -68,9 +68,10 @@ all: $(NOBUILD_TARGETS) $(NOINST_TARGETS) $(TARGETS) -$(THLIBS)th_string.c: $(addprefix $(THLIBS), \ - th_printf.c th_printf1.c th_strglob.c th_string.h) - @touch $@ +$(OBJPATH)th_string.o: $(addprefix $(THLIBS), \ + th_string.c th_printf.c th_printf1.c \ + th_strglob.c th_string.h) $(THLIBS_DEP) + $(COMPILE_C_OBJ) $(OBJPATH)%.o: $(THLIBS)%.c $(THLIBS_DEP)