From 0b8af97fe8d3e6093e3aac9efd0070322e386938 Mon Sep 17 00:00:00 2001 From: jpbl <jpbl> Date: Thu, 10 Nov 2005 21:45:16 +0000 Subject: [PATCH] autogen.sh integration --- Makefile.cvs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.cvs b/Makefile.cvs index f633458f91..935c564c71 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -1,6 +1,7 @@ -all: autotools qt +all: autotools autotools: + autogen.sh @echo "This Makefile is only for the CVS repository" @echo "This will be deleted before making the distribution" @echo "" @@ -9,7 +10,7 @@ autotools: echo "for cvs: use checkout once and after that update again" ;\ exit 1 ;\ fi - $(MAKE) -f admin/Makefile.common cvs + @$(MAKE) -f admin/Makefile.common cvs qt: cd src/gui/qt && qmake -- GitLab