diff --git a/Makefile.cvs b/Makefile.cvs index 935c564c717ba3de4afe23a64d4021b7d70d1de1..63a395bbac52e5a69bbee376450bf7c398e1b6b8 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