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

Diff for /OpenXM/src/util/Makefile.in between version 1.8 and 1.9

version 1.8, 2009/02/22 15:20:17 version 1.9, 2009/02/24 10:21:52
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/util/Makefile.in,v 1.7 2009/02/22 08:16:43 takayama Exp $  # $OpenXM: OpenXM/src/util/Makefile.in,v 1.8 2009/02/22 15:20:17 ohara Exp $
 #OpenXM_ROOT=../../../OpenXM  #OpenXM_ROOT=../../../OpenXM
 prefix=@prefix@  prefix=@prefix@
 exec_prefix=@exec_prefix@  exec_prefix=@exec_prefix@
Line 47  test: ox_pathfinder.o test.o
Line 47  test: ox_pathfinder.o test.o
 install-bin: all-bin  install-bin: all-bin
         @if [ ! -f ./.install_bin_done ] ; then \          @if [ ! -f ./.install_bin_done ] ; then \
                 echo "Installing" ${BIN} "oxfetch.sh md5.sh" ; \                  echo "Installing" ${BIN} "oxfetch.sh md5.sh" ; \
                 ${INSTALL} lndir.sh oxfetch.sh md5.sh ${bindir} ; \                  ${INSTALL} lndir.sh oxfetch.sh md5.sh oxsetupdotf.sh ${bindir} ; \
                 ${INSTALL} -s ${BIN} ${bindir} ; \                  ${INSTALL} -s ${BIN} ${bindir} ; \
                 ${INSTALL} -s oxweave ${prefix}/src/kxx ; \                  ${INSTALL} -s oxweave ${prefix}/src/kxx ; \
                 touch ./.install_bin_done ; \                  touch ./.install_bin_done ; \

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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