From: Miroslav Lichvar Date: Thu, 12 Feb 2026 10:52:37 +0000 (+0100) Subject: makefile: rebuild everything after configure X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cda67351ae8b234e8ba7b89d47cd322f8b32bc54;p=thirdparty%2Fchrony.git makefile: rebuild everything after configure --- diff --git a/Makefile.in b/Makefile.in index 2153c354..0edb91ec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -109,7 +109,7 @@ docs : install-docs : $(MAKE) -C doc install-docs -%.o : %.c +%.o : %.c config.h $(CC) $(CFLAGS) $(CPPFLAGS) -c $< %.s : %.c