git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9406 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2013-02-08 16:58:44 +00:00
parent ebe08bf4ca
commit 960e79fe53
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# do not install child files if parent does not exist
for file in *_omp.cpp *_omp.h ; do
ofile=`echo $file | sed -e 's,\(.*\)_omp\.\(h\|cpp\),\1.\2,'
ofile=`echo $file | sed -e 's,\(.*\)_omp\.\(h\|cpp\),\1.\2,'`
if (test $1 = 1) then
if (test $file = "thr_omp.h") || (test $file = "thr_omp.cpp") then
: # always install those files.