Diff for /Amaya/Makefile.in between versions 1.62 and 1.63

version 1.62, 2000/12/22 16:16:38 version 1.63, 2000/12/22 16:47:51
Line 95  uninstall : Line 95  uninstall :
 update :  update :
         @(cd $(THOTDIR) ; cvs update)          @(cd $(THOTDIR) ; cvs update)
         @(if [ -d $(THOTDIR)/../$(LIBWWW) ] ; then \          @(if [ -d $(THOTDIR)/../$(LIBWWW) ] ; then \
           cd $(THODIR)/../$(LIBWWW) ; cvs update ; fi)            cd $(THOTDIR)/../$(LIBWWW) ; cvs update ; fi)
   
 commit :  commit :
         @(cd $(THOTDIR) ; cvs commit)          @(cd $(THOTDIR) ; cvs commit)

Removed from v.1.62  
changed lines
  Added in v.1.63


Webmaster