X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/833b0d2732f808281496df16eb917d6fdb0a274f..952f4ece296d91b8b41f56de9e1c3bc80f94f196:/Makefile diff --git a/Makefile b/Makefile index 3719e96..d83a46a 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ endif .PHONY: all git test install clean distclean emptycache force-version get-git -all: cgit git +all: cgit VERSION: force-version @./gen-version.sh "$(CGIT_VERSION)" @@ -93,15 +93,13 @@ CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"' cgit: $(OBJECTS) $(QUIET_CC)$(CC) $(CFLAGS) -o cgit $(OBJECTS) $(EXTLIBS) -$(OBJECTS): git/xdiff/lib.a git/libgit.a +$(OBJECTS): | git/xdiff/lib.a git/libgit.a cgit.o: VERSION -include $(OBJECTS:.o=.d) -git/xdiff/lib.a: | git - -git/libgit.a: | git +git/xdiff/lib.a, git/libgit.a: git git: $(QUIET_SUBDIR0)git $(QUIET_SUBDIR1) xdiff/lib.a @@ -123,14 +121,6 @@ uninstall: clean: rm -f cgit VERSION *.o *.d - cd git && $(MAKE) clean - -distclean: clean - git clean -d -x - cd git && git clean -d -x - -emptycache: - rm -rf $(DESTDIR)$(CACHE_ROOT)/* get-git: curl $(GIT_URL) | tar -xj && rm -rf git && mv git-$(GIT_VER) git