=================================================================== RCS file: /home/cvs/OpenXM/rc/Makefile,v retrieving revision 1.5 retrieving revision 1.8 diff -u -p -r1.5 -r1.8 --- OpenXM/rc/Makefile 2000/01/30 23:47:40 1.5 +++ OpenXM/rc/Makefile 2000/03/01 00:15:45 1.8 @@ -1,10 +1,11 @@ -# $OpenXM: OpenXM/rc/Makefile,v 1.4 2000/01/30 10:40:42 takayama Exp $ +# $OpenXM: OpenXM/rc/Makefile,v 1.7 2000/02/01 12:01:31 takayama Exp $ # make repl # make all -# make install [ INSTALL_DIR=/home/hoge/bin ] ; Default is /usr/local/bin +# make install [ PREFIX=/home/hoge ] ; Default is /usr/local CC=gcc -SHELL_SCRIPTS=asir sm1 gp k0 oxmath oxMathematica -INSTALL_DIR=/usr/local/bin +SHELL_SCRIPTS=asir sm1 gp k0 oxmath oxMathematica ox +PREFIX=/usr/local +INSTALL_DIR=${PREFIX}/bin all : dot.bashrc dot.cshrc openxm .done_gen-shell-scripts @@ -25,7 +26,7 @@ openxm : dot.cshrc rm -f openxm echo "#!/bin/csh" >openxm cat dot.cshrc >>openxm - echo '$$*' >>openxm + echo 'exec $$*' >>openxm chmod +x openxm cp -f openxm ../bin