--- projects/cms/source/conient/Makefile.inc 2001/01/28 23:47:27 1.3 +++ projects/cms/source/conient/Makefile.inc 2001/02/28 11:49:47 1.5 @@ -1,9 +1,9 @@ # Include Makefile for conient -# $Id: Makefile.inc,v 1.3 2001/01/28 23:47:27 tdb Exp $ +# $Id: Makefile.inc,v 1.5 2001/02/28 11:49:47 tdb Exp $ ## Rule to CVS update the files update : - cvs -q -d $(CVSROOT) update + $(CVS) -q -d $(CVSROOT) update ## General Build Rule for Java Files DOBUILD : $(COMPILECHECK) @@ -14,8 +14,7 @@ $(COMPILECHECK) : $(JAVA) @touch $(COMPILECHECK) DOCLEAN : - rm -f $(COMPILECHECK) - rm -f $(COPYCHECK) + rm -f $(COMPILECHECK) $(COPYCHECK) DOCOPY : $(COPYCHECK)