Hallo, Could somebody pse tell me what goes on in the code quoted below. On the cp make complains about being unable to create git-gui. When I put a -f (force) flag it says
"cannot remove 'git-gui' . No such file"
by the way this is from the latest git repo. Compiled with the latest
tarball download
-----------------------
ifdef GITGUI_WINDOWS_WRAPPER
GITGUI_MAIN := git-gui.tcl
git-gui: windows/git-gui.sh
cp $< $@
endif
----------------------------------------
Peace
Jan de Kruyf.
