]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-gui/Makefile
Merge https://github.com/prati0100/git-gui
[thirdparty/git.git] / git-gui / Makefile
index f10caedaa7a3970628148258ed8dc9f6a5e8c827..56c85a85c1e4930ae1cef3b51be4b4e5bf283773 100644 (file)
@@ -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')