--- projects/cms/source/host/ihost-perl/Config.inc 2001/06/11 14:00:31 1.2 +++ projects/cms/source/host/ihost-perl/Config.inc 2001/11/19 21:53:14 1.3 @@ -1,5 +1,5 @@ # Include Config for the ihost -# $Id: Config.inc,v 1.2 2001/06/11 14:00:31 tdb Exp $ +# $Id: Config.inc,v 1.3 2001/11/19 21:53:14 tdb Exp $ ## ## Only the first section needs changing here, the rest are just information @@ -10,15 +10,9 @@ # ****** These need to be set correctly ****** # Location of the CVS Repository Root CVSROOT = /usr/local/proj/co600_10/cvs -CVSMODULE = cms/source/host +CVSMODULE = cms/source/host/ihost CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs; else if test -x /usr/local/bin/cvs; then echo /usr/local/bin/cvs; else echo cvs; fi fi` # ****** These need to be set correctly ****** - -# Further CVS information -IHOST = ihost -STATGRAB = generic -IHOSTMODULE = $(CVSMODULE)/$(IHOST) -STATGRABMODULE = $(CVSMODULE)/$(STATGRAB) # Location of build directory BUILDDIR = build