=================================================================== RCS file: /home/cvs/OpenXM/src/kxx/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- OpenXM/src/kxx/Makefile.in 2001/12/24 01:17:17 1.9 +++ OpenXM/src/kxx/Makefile.in 2001/12/24 01:29:45 1.10 @@ -1,4 +1,4 @@ -## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.8 2001/05/20 07:48:20 takayama Exp $ +## $OpenXM: OpenXM/src/kxx/Makefile.in,v 1.9 2001/12/24 01:17:17 takayama Exp $ ## Targets : ## all : generates ox oxlog ox_sm1 oxweave ## install : copy the binaries to $(OpenXM_bin), @@ -168,13 +168,13 @@ install_lib_bin_windows : # This target overrides the symbolic link # from $(OpenXM_ROOT)/src/kan96xx/lib to $(OpenXM_lib)/sm1 # generated in the top level Makefile +# Don't do it: cp $(OpenXM_lib)/sm1/ox-win.sm1 $(OpenXM_lib)/sm1/ox.sm1 ; copy-kan-lib : clean-for-install mkdir $(OpenXM_lib)/sm1 touch $(OpenXM_lib)/sm1/DO_NOT_EDIT_THIS_DIRECTORY._ALL_FILES_ARE_COPIED_FROM_kan96xx_Doc if [ "`uname`" = "CYGWIN_NT-5.0" ]; then \ cp $(KANHOME)/Doc/* $(OpenXM_lib)/sm1 ; \ mkdir $(OpenXM_lib)/sm1/bin ; \ - cp $(OpenXM_lib)/sm1/ox-win.sm1 $(OpenXM_lib)/sm1/ox.sm1 ; \ else \ cp -r $(KANHOME)/Doc/* $(OpenXM_lib)/sm1 ; \ fi