=================================================================== RCS file: /home/cvs/OpenXM/src/util/Attic/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- OpenXM/src/util/Attic/Makefile 2003/07/21 11:56:34 1.6 +++ OpenXM/src/util/Attic/Makefile 2003/09/08 01:22:57 1.7 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/src/util/Makefile,v 1.5 2003/07/21 11:36:10 takayama Exp $ +# $OpenXM: OpenXM/src/util/Makefile,v 1.6 2003/07/21 11:56:34 takayama Exp $ OpenXM_ROOT=../../../OpenXM OpenXM_bin=$(OpenXM_ROOT)/bin OpenXM_lib=$(OpenXM_ROOT)/lib @@ -19,15 +19,8 @@ ox_pathfinder.o : ox_pathfinder.c ox_pathfinder.h install: all @if [ ! -f ./.install_done ] ; then \ echo "Installing oxweave, oxreplace, libox_pathfinder.a, ox_pathfinder.h" ; \ - if [ "`uname | sed -e 's/_.*$$//'`" = "CYGWIN" ]; then \ - cp -f oxweave.exe ${OpenXM_bin} ; \ - cp -f oxweave.exe ${OpenXM_ROOT}/src/kxx ; \ - cp -f oxreplace.exe ${OpenXM_bin} ; \ - else \ - cp -f oxweave ${OpenXM_bin} ; \ - cp -f oxweave ${OpenXM_ROOT}/src/kxx ; \ - cp -f oxreplace ${OpenXM_bin} ; \ - fi ; \ + install oxweave oxreplace ${OpenXM_bin} ; \ + install oxweave ${OpenXM_ROOT}/src/kxx ; \ cp -f libox_pathfinder.a ${OpenXM_lib} ; \ cp -f ox_pathfinder.h ${OpenXM_include} ; \ cp -f lndir.sh ${OpenXM_bin} ; \