From 9a3878ec7e0892b31c7af707ca9d91a08e31bc91 Mon Sep 17 00:00:00 2001 From: Tharo <17233964+Thar0@users.noreply.github.com> Date: Thu, 6 Feb 2025 03:53:35 +0000 Subject: [PATCH] git subrepo clone --force git@github.com:Thar0/com-plugin.git tools/com-plugin (#2455) subrepo: subdir: "tools/com-plugin" merged: "fc5aa5eda" upstream: origin: "git@github.com:Thar0/com-plugin.git" branch: "main" commit: "fc5aa5eda" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "110b9eb" --- tools/com-plugin/.gitrepo | 4 ++-- tools/com-plugin/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/com-plugin/.gitrepo b/tools/com-plugin/.gitrepo index ad5310ed1c..6215d57598 100644 --- a/tools/com-plugin/.gitrepo +++ b/tools/com-plugin/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = git@github.com:Thar0/com-plugin.git branch = main - commit = 81595ed1ca40d22846064537ba5fa8147b9f7068 - parent = a1632bcbfc04672f21866f11bf074b420dea9693 + commit = fc5aa5eda0b09e8e3cf91ce1530f886bb1ab8eef + parent = 54939bac3ac972a24918d3fdc97d58199ff54bc9 method = merge cmdver = 0.4.6 diff --git a/tools/com-plugin/Makefile b/tools/com-plugin/Makefile index 8fb570f822..c15dfb6ed6 100644 --- a/tools/com-plugin/Makefile +++ b/tools/com-plugin/Makefile @@ -14,6 +14,6 @@ clean: $(RM) $(TARGET) $(DEP_FILES) $(TARGET): $(SOURCES) - $(CC) -shared $(CFLAGS) -MMD -o $@ $^ + $(CC) -shared $(CFLAGS) -MMD -o $@ $(SOURCES) -include $(DEP_FILES)