]> git.earman.xyz Git - sensor-watch.git/commitdiff
Fix DEPFILES
authorMichael Grünewald <mail@michaelgruenewald.eu>
Thu, 6 Oct 2022 21:09:59 +0000 (23:09 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Oct 2022 21:09:59 +0000 (23:09 +0200)
rules.mk

index 8de3fc1e46700b0457f5d09582001f07c0175d85..ec71c69206e95d836adc322ee0205d819471735f 100644 (file)
--- a/rules.mk
+++ b/rules.mk
@@ -60,6 +60,6 @@ clean:
 analyze:
        @$(COBRA) basic $(INCLUDES) $(DEFINES) $(SRCS)
 
-DEPFILES := $(SRCS:%.c=$(BUILD)/%.d)
+DEPFILES := $(OBJS:%.o=%.o.d)
 
 -include $(wildcard $(DEPFILES))