This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 6a8e7373ccbf6eb41723099faeae405011d26e1c Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jan 29 15:18:30 2014 +0100 Makefile: use instead of 'rm -f' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ce6237..b37f44b 100755 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ distclean: clean clean: clean_arch clean_indep clean_arch: - rm -f lib/x2gobroker-agent + $(RM_FILE) lib/x2gobroker-agent clean_indep: -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git