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)