We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfcaf58 + 20da528 commit 3604766Copy full SHA for 3604766
Makefile
@@ -312,7 +312,7 @@ tools: $(TOOLS)
312
.PHONY: all dep clean gitclean regen-i18n runtests openbios install strip appimage tools
313
314
DEPS += $(patsubst %.c,%.dep,$(filter %.c,$(SRCS)))
315
-DEPS := $(patsubst %.cc,%.dep,$(filter %.cc,$(SRCS)))
+DEPS += $(patsubst %.cc,%.dep,$(filter %.cc,$(SRCS)))
316
DEPS += $(patsubst %.cpp,%.dep,$(filter %.cpp,$(SRCS)))
317
318
dep: $(DEPS)
0 commit comments