[X2Go-Commits] [x2gobroker] 01/01: Makefile: use instead of 'rm -f'
git-admin at x2go.org
git-admin at x2go.org
Wed Jan 29 15:18:33 CET 2014
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 at 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
More information about the x2go-commits
mailing list