--- projects/cms/source/conient/Makefile.inc 2001/01/28 23:44:04 1.2 +++ 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.2 2001/01/28 23:44:04 tdb Exp $ +# $Id: Makefile.inc,v 1.4 2001/01/29 02:05:21 tdb Exp $ ## Rule to CVS update the files update : @@ -14,11 +14,10 @@ $(COMPILECHECK) : $(JAVA) @touch $(COMPILECHECK) DOCLEAN : - rm -f $(COMPILECHECK) - rm -f $(COPYCHECK) + rm -f $(COMPILECHECK) $(COPYCHECK) DOCOPY : $(COPYCHECK) -$(COPYCHECK) : +$(COPYCHECK) : $(FILES) cp $(FILES) `perl -e '$$root="$(SOURCEROOT)";$$path=\`pwd\`;$$path=~s/^$$root($$1)/$$1/;print "$(BUILD)".$$path;'` @touch $(COPYCHECK)