]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commitdiff
Fixed bug about dependencies in the kernel's module.mk
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Fri, 14 Oct 2022 07:07:03 +0000 (09:07 +0200)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Fri, 14 Oct 2022 07:07:03 +0000 (09:07 +0200)
kernel/module.mk

index eefe87c72c281afb9de28b47a7558ae84511d5c7..9c610c9a421eb0724d95c41ff8581b6ccc8a5df2 100644 (file)
@@ -49,7 +49,7 @@ $(OUT_DIR)%.o: $(SRC_DIR)%
        mkdir -p $(dir $(DEP_DIR)$*)
        $(CXX) $(CXXFLAGS) -c "$<" -MMD -MT "$@" -MF "$(DEP_DIR)$*.d" -o "$@"
 
--include $(DEPS_DIR)*.d
+-include $(DEP_DIR)*.d
 
 CXXFLAGS := $(OLD_CXXFLAGS)
 LDFLAGS := $(OLD_LDFLAGS)