# HG changeset patch # User Matti Hamalainen # Date 1457522604 -7200 # Node ID 2503cd600c8f997db914f48f8f6d5450fa331edc # Parent 4b1b2e9d073faf3dae712c970a50f6f4bc209534 Improve build rule for th_string.c depencies. diff -r 4b1b2e9d073f -r 2503cd600c8f Makefile.gen --- a/Makefile.gen Wed Mar 09 13:06:37 2016 +0200 +++ b/Makefile.gen Wed Mar 09 13:23:24 2016 +0200 @@ -29,10 +29,9 @@ # all: $(NOBUILD_TARGETS) $(NOINST_TARGETS) $(TARGETS) -th_string.c: th_printf1.c th_strmatch.c th_string.h +$(THLIBS)th_string.c: $(addprefix $(THLIBS), th_printf1.c th_strmatch.c th_string.h) touch $@ - $(OBJPATH): $(MKDIR_P) $@