From: fujishita t. <fjs...@us...> - 2017-07-11 10:33:20
|
Update of /cvsroot/sp-tk/SPTK/src/bin/us In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15133/bin/us Modified Files: Makefile.am Log Message: modify a way to compile: suggested by Giulio Paci Index: Makefile.am =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/us/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Makefile.am 4 Dec 2014 01:46:39 -0000 1.14 --- Makefile.am 11 Jul 2017 10:33:17 -0000 1.15 *************** *** 26,34 **** -e 's,[@]io_format[@],$(IO_FORMAT),g' ! us16: us16.in ! $(replace_path) < us16.in > $@ chmod +x $@ ! uscd: uscd.in ! $(replace_path) < uscd.in > $@ chmod +x $@ --- 26,34 ---- -e 's,[@]io_format[@],$(IO_FORMAT),g' ! us16: @srcdir@/us16.in ! $(replace_path) < "$<" > $@ chmod +x $@ ! uscd: @srcdir@/uscd.in ! $(replace_path) < "$<" > $@ chmod +x $@ |