=================================================================== RCS file: /home/cvs/OpenXM/src/util/Attic/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- OpenXM/src/util/Attic/Makefile 2003/11/16 07:14:11 1.11 +++ OpenXM/src/util/Attic/Makefile 2003/11/17 03:00:59 1.12 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/src/util/Makefile,v 1.10 2003/11/14 02:58:20 ohara Exp $ +# $OpenXM: OpenXM/src/util/Makefile,v 1.11 2003/11/16 07:14:11 takayama Exp $ OpenXM_ROOT=../../../OpenXM OpenXM_bin=$(OpenXM_ROOT)/bin OpenXM_lib=$(OpenXM_ROOT)/lib @@ -21,7 +21,7 @@ test: ox_pathfinder.o test.c install: all @if [ ! -f ./.install_done ] ; then \ - echo "Installing oxweave, oxreplace, libox_pathfinder.a, ox_pathfinder.h" ; \ + echo "Installing oxweave, oxreplace, libox_pathfinder.a, ox_pathfinder.h oxfetch.sh" ; \ install oxweave oxreplace ${OpenXM_bin} ; \ install oxweave ${OpenXM_ROOT}/src/kxx ; \ cp -f libox_pathfinder.a ${OpenXM_lib} ; \