--- projects/cms/source/corbaservices/Makefile.inc 2001/02/26 21:32:36 1.1 +++ projects/cms/source/corbaservices/Makefile.inc 2001/05/29 21:47:12 1.3 @@ -1,15 +1,15 @@ # Include Makefile for corbaservices -# $Id: Makefile.inc,v 1.1 2001/02/26 21:32:36 tdb Exp $ +# $Id: Makefile.inc,v 1.3 2001/05/29 21:47:12 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) $(COMPILECHECK) : $(JAVA) - javac -g:none -O -classpath $(JCCLASSPATH) -d $(BUILD) $? + javac $(JCFLAGS) -classpath $(JCCLASSPATH) -d $(BUILD) $? @touch $(BUILDCHECK) @touch $(COMPILECHECK)