[LON-CAPA-cvs] cvs: modules /TexConvert/tthperl commands
raeburn
raeburn@source.lon-capa.org
Mon, 03 May 2010 01:56:30 -0000
raeburn Mon May 3 01:56:30 2010 EDT
Modified files:
/modules/TexConvert/tthperl commands
Log:
- tthfunc.i was renamed as tthperl.i to clarigy the role of swig when building
tth.so and tth.pm
Index: modules/TexConvert/tthperl/commands
diff -u modules/TexConvert/tthperl/commands:1.19 modules/TexConvert/tthperl/commands:1.20
--- modules/TexConvert/tthperl/commands:1.19 Wed Mar 31 14:59:37 2010
+++ modules/TexConvert/tthperl/commands Mon May 3 01:56:30 2010
@@ -67,7 +67,7 @@
make -f Makefile clean
cp ../tthdynamic/tthfunc.c .
cp ../ttmdynamic/ttmfunc.c .
-swig -perl5 -noproxy tthfunc.i
+swig -perl5 -noproxy tthperl.i
dist=`perl ../../../loncom/build/distprobe`
if [[ $dist == "redhat8" || $dist = "redhat9" ]];
then