[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / util

Diff for /OpenXM/src/util/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2002/04/05 01:28:47 version 1.3, 2003/03/06 10:36:04
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/util/Makefile,v 1.1 2002/04/05 01:12:09 takayama Exp $  # $OpenXM: OpenXM/src/util/Makefile,v 1.2 2002/04/05 01:28:47 takayama Exp $
 OpenXM_ROOT=../../../OpenXM  OpenXM_ROOT=../../../OpenXM
 OpenXM_bin=$(OpenXM_ROOT)/bin  OpenXM_bin=$(OpenXM_ROOT)/bin
 OpenXM_lib=$(OpenXM_ROOT)/lib  OpenXM_lib=$(OpenXM_ROOT)/lib
Line 18  install: all
Line 18  install: all
           cp -f oxweave ${OpenXM_bin} ; \            cp -f oxweave ${OpenXM_bin} ; \
           cp -f oxweave ${OpenXM_ROOT}/src/kxx ; \            cp -f oxweave ${OpenXM_ROOT}/src/kxx ; \
         fi          fi
           cp -f lndir.sh ${OpenXM_bin}
           chmod 755 ${OpenXM_bin}/lndir.sh

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>