Diff for /Amaya/Makefile.in between versions 1.71 and 1.72

version 1.71, 2002/06/03 13:44:41 version 1.72, 2002/07/03 16:22:06
Line 88  uninstall : Line 88  uninstall :
           cd .. ; fi ;done )            cd .. ; fi ;done )
   
 update :  update :
         @(cd $(THOTDIR) ; cvs update)          @(cd $(THOTDIR) ; cvs update -dP)
         @(if [ -d $(THOTDIR)/../$(LIBWWW) ] ; then \          @(if [ -d $(THOTDIR)/../$(LIBWWW) ] ; then \
           cd $(THOTDIR)/../$(LIBWWW) ; cvs update ; fi)            cd $(THOTDIR)/../$(LIBWWW) ; cvs update -dP; fi)
   
 commit :  commit :
         @(cd $(THOTDIR) ; cvs commit)          @(cd $(THOTDIR) ; cvs commit)

Removed from v.1.71  
changed lines
  Added in v.1.72


Webmaster