]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
makefile: rebuild everything after configure
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 12 Feb 2026 10:52:37 +0000 (11:52 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 12 Feb 2026 10:53:30 +0000 (11:53 +0100)
Makefile.in

index 2153c354e67f5e7a2762ac0b70130a69677e6885..0edb91ec6270c620994c8dd128516bbbbe8749c5 100644 (file)
@@ -109,7 +109,7 @@ docs :
 install-docs :
        $(MAKE) -C doc install-docs
 
-%.o : %.c
+%.o : %.c config.h
        $(CC) $(CFLAGS) $(CPPFLAGS) -c $<
 
 %.s : %.c