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