This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch 3.6.x in repository nx-libs. commit 5eecadb53b4bcea485f85b2d7f01e49f9873b875 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jul 14 01:26:33 2015 +0200 Makefile: Also remove nxversion.def on distclean. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c218d86..9b89669 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ SHELL:=/bin/bash fi # clean auto-generated nxversion.def file \ - if [ "x$@" == "xclean" ]; then \ + if [ "x$@" == "xclean" ] || [ "x$@" = "xdistclean" ]; then \ rm -f nx-X11/config/cf/nxversion.def; \ fi -- Alioth's /srv/git/code.x2go.org/nx-libs.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git