--- projects/cms/source/conient/Makefile.inc 2001/01/24 03:03:13 1.1 +++ projects/cms/source/conient/Makefile.inc 2001/01/29 02:05:21 1.4 @@ -1,5 +1,5 @@ # Include Makefile for conient -# $Id: Makefile.inc,v 1.1 2001/01/24 03:03:13 tdb Exp $ +# $Id: Makefile.inc,v 1.4 2001/01/29 02:05:21 tdb Exp $ ## Rule to CVS update the files update : @@ -14,7 +14,10 @@ $(COMPILECHECK) : $(JAVA) @touch $(COMPILECHECK) DOCLEAN : - rm -f $(COMPILECHECK) + rm -f $(COMPILECHECK) $(COPYCHECK) -DOCOPY : +DOCOPY : $(COPYCHECK) + +$(COPYCHECK) : $(FILES) cp $(FILES) `perl -e '$$root="$(SOURCEROOT)";$$path=\`pwd\`;$$path=~s/^$$root($$1)/$$1/;print "$(BUILD)".$$path;'` + @touch $(COPYCHECK)