=================================================================== RCS file: /home/cvs/OpenXM/rc/Makefile,v retrieving revision 1.30 retrieving revision 1.32 diff -u -p -r1.30 -r1.32 --- OpenXM/rc/Makefile 2019/09/30 06:11:05 1.30 +++ OpenXM/rc/Makefile 2020/08/25 15:29:21 1.32 @@ -1,7 +1,7 @@ -# $OpenXM: OpenXM/rc/Makefile,v 1.29 2019/09/30 02:42:57 takayama Exp $ +# $OpenXM: OpenXM/rc/Makefile,v 1.31 2019/09/30 07:09:37 takayama Exp $ # make install-under-prefix [ prefix=/home/hoge ] ; Default is /usr/local prefix=/usr/local -CC=gcc +# CC=gcc # SHELL_SCRIPTS=asir sm1 oxgp k0 oxmath oxMathematica ox SHELL_SCRIPTS=asir asir2000 sm1 oxmath oxMathematica ox openxm webasir SHELL_SCRIPTS_FREE= sm1 oxmath oxMathematica ox openxm webasir @@ -109,4 +109,6 @@ install-emacs-asir-on-mac: all-scripts norc-fix: pushd ../bin ; mv openxm openxm.orig ; sed -e 's/ASIR_CONFIG/#ASIR_CONFIG/g' openxm.orig >openxm ; chmod +x openxm ; popd + cp ../bin/openxm ~/bin +