From 55f2a8fda3c50624bc36ce6aef59e020131b98d2 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 14 Dec 2022 19:55:01 -0300 Subject: [PATCH] Fixing CodeQL workflow. --- Makefile.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in index e8b8e51..3ac98f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -234,6 +234,12 @@ install-%: \ @$(MAKE) -C `dirname $<` DESTDIR=$(DESTDIR) install +#---[ Main Target ]---------------------------------------------------------------------- + +all: \ + $(BINRLS)/$(SONAME) \ + $(BINRLS)/static/$(LIBNAME).a \ + locale/$(GETTEXT_PACKAGE).pot #---[ Marshal Targets ]------------------------------------------------------------------ @@ -310,11 +316,6 @@ $(OBJDIR)/marshal/%.o: \ #---[ Release Targets ]------------------------------------------------------------------ -all: \ - $(BINRLS)/$(SONAME) \ - $(BINRLS)/static/$(LIBNAME).a \ - locale/$(GETTEXT_PACKAGE).pot - Release: \ $(BINRLS)/$(SONAME) \ $(BINRLS)/static/$(LIBNAME).a -- libgit2 0.21.2