=================================================================== RCS file: /home/cvs/OpenXM/src/util/Makefile.in,v retrieving revision 1.8 retrieving revision 1.10 diff -u -p -r1.8 -r1.10 --- OpenXM/src/util/Makefile.in 2009/02/22 15:20:17 1.8 +++ OpenXM/src/util/Makefile.in 2013/11/06 00:28:09 1.10 @@ -1,4 +1,4 @@ -# $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.9 2009/02/24 10:21:52 takayama Exp $ #OpenXM_ROOT=../../../OpenXM prefix=@prefix@ exec_prefix=@exec_prefix@ @@ -47,7 +47,7 @@ test: ox_pathfinder.o test.o install-bin: all-bin @if [ ! -f ./.install_bin_done ] ; then \ 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 oxweave ${prefix}/src/kxx ; \ touch ./.install_bin_done ; \ @@ -64,4 +64,4 @@ install-lib: all-lib install: install-bin install-lib clean: - rm -f .install_*_done *.o ${BIN} ${LIB} test + rm -f .install_*_done *.o ${BIN} ${LIB} test .configure_done