[X2Go-Commits] [x2goadmincenter] 01/01: Makefile: add dummy command for empty rule build-arch (maybe fixes FTBFS against EPEL-7)

git-admin at x2go.org git-admin at x2go.org
Tue Feb 11 19:10:29 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goadmincenter.

commit 08f01da36f22518f86b6b005fa705ca65193aa7e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Feb 11 19:10:06 2014 +0100

    Makefile: add dummy command for empty rule build-arch (maybe fixes FTBFS against EPEL-7)
---
 x2goadminserver/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/x2goadminserver/Makefile b/x2goadminserver/Makefile
index bfa152a..171becd 100755
--- a/x2goadminserver/Makefile
+++ b/x2goadminserver/Makefile
@@ -23,6 +23,7 @@ all: build
 build: build-arch build-indep
 
 build-arch:
+	echo "Nothing to be done for build-arch..."
 
 build-indep: build_man
 

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goadmincenter.git



More information about the x2go-commits mailing list