X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=git-gui%2FMakefile;h=56c85a85c1e4930ae1cef3b51be4b4e5bf283773;hb=f4d8e191230b3d233005720085092b97e9bf32f1;hp=f10caedaa7a3970628148258ed8dc9f6a5e8c827;hpb=5d8da91e707668227464c9ba0e74b5fea1ee3b7e;p=thirdparty%2Fgit.git diff --git a/git-gui/Makefile b/git-gui/Makefile index f10caedaa7..56c85a85c1 100644 --- a/git-gui/Makefile +++ b/git-gui/Makefile @@ -9,7 +9,9 @@ all:: GIT-VERSION-FILE: FORCE @$(SHELL_PATH) ./GIT-VERSION-GEN +ifneq ($(MAKECMDGOALS),clean) -include GIT-VERSION-FILE +endif uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') uname_O := $(shell sh -c 'uname -o 2>/dev/null || echo not')