Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/update
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2020-02-08 22:03:38 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-02-08 22:03:38 +0300
commit28d749982af20444d5371e580608f506b75c78b4 (patch)
treeda8804d737f1a532beaa1831637d3d51d235109f /update
parente524f4a05029c6d9199debe2dc69c05cc84db450 (diff)
Fix typo.
Diffstat (limited to 'update')
-rw-r--r--update/build/unix/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/update/build/unix/build.mk b/update/build/unix/build.mk
index cf8db4ca..11e1b970 100644
--- a/update/build/unix/build.mk
+++ b/update/build/unix/build.mk
@@ -51,7 +51,7 @@ $(IMAGE): $(OBJ) $(OBJ2)
$(CXX) $(CXXFLAGS) $(DEFINES) $(OBJ) $(OBJ2) $(LIBS) -o $@
ifneq "$(MAKECMDGOALS)" "clean"
--include $(addprefix $(OBJDIR)/,$(SRC:.cpp=.d)) %(addprefix $(OBJDIR)/,$(SRC2:.c=.d))
+-include $(addprefix $(OBJDIR)/,$(SRC:.cpp=.d)) $(addprefix $(OBJDIR)/,$(SRC2:.c=.d))
endif
clean: