From cda67351ae8b234e8ba7b89d47cd322f8b32bc54 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 12 Feb 2026 11:52:37 +0100 Subject: [PATCH] makefile: rebuild everything after configure --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 2153c35..0edb91e 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