From 1b32cd50366171abe222172ad666c2d95e26a765 Mon Sep 17 00:00:00 2001
From: jpbl <jpbl>
Date: Thu, 10 Nov 2005 21:54:25 +0000
Subject: [PATCH] cleaning

---
 Makefile.cvs | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/Makefile.cvs b/Makefile.cvs
index 935c564c71..63a395bbac 100644
--- a/Makefile.cvs
+++ b/Makefile.cvs
@@ -1,16 +1,7 @@
 all: autotools 
 
 autotools: 
-	autogen.sh
-	@echo "This Makefile is only for the CVS repository"
-	@echo "This will be deleted before making the distribution"
-	@echo ""
-	@if test ! -d admin; then \
-		echo "Please recheckout this module!" ;\
-		echo "for cvs: use checkout once and after that update again" ;\
-		exit 1 ;\
-	fi
-	@$(MAKE) -f admin/Makefile.common cvs
+	./autogen.sh
 
 qt: 
 	cd src/gui/qt && qmake
-- 
GitLab