Commit 55f2a8fda3c50624bc36ce6aef59e020131b98d2

Authored by Perry Werneck
1 parent 6de43363
Exists in develop

Fixing CodeQL workflow.

Showing 1 changed file with 6 additions and 5 deletions   Show diff stats
@@ -234,6 +234,12 @@ install-%: \ @@ -234,6 +234,12 @@ install-%: \
234 234
235 @$(MAKE) -C `dirname $<` DESTDIR=$(DESTDIR) install 235 @$(MAKE) -C `dirname $<` DESTDIR=$(DESTDIR) install
236 236
  237 +#---[ Main Target ]----------------------------------------------------------------------
  238 +
  239 +all: \
  240 + $(BINRLS)/$(SONAME) \
  241 + $(BINRLS)/static/$(LIBNAME).a \
  242 + locale/$(GETTEXT_PACKAGE).pot
237 243
238 #---[ Marshal Targets ]------------------------------------------------------------------ 244 #---[ Marshal Targets ]------------------------------------------------------------------
239 245
@@ -310,11 +316,6 @@ $(OBJDIR)/marshal/%.o: \ @@ -310,11 +316,6 @@ $(OBJDIR)/marshal/%.o: \
310 316
311 #---[ Release Targets ]------------------------------------------------------------------ 317 #---[ Release Targets ]------------------------------------------------------------------
312 318
313 -all: \  
314 - $(BINRLS)/$(SONAME) \  
315 - $(BINRLS)/static/$(LIBNAME).a \  
316 - locale/$(GETTEXT_PACKAGE).pot  
317 -  
318 Release: \ 319 Release: \
319 $(BINRLS)/$(SONAME) \ 320 $(BINRLS)/$(SONAME) \
320 $(BINRLS)/static/$(LIBNAME).a 321 $(BINRLS)/static/$(LIBNAME).a