git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9378 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -19,7 +19,9 @@ style () {
|
||||
echo "#include $qfile" >> style_$3.tmp
|
||||
done
|
||||
if (test ! -e style_$3.tmp) then
|
||||
if (test "`cat style_$3.h`" != "") then
|
||||
if (test ! -e style_$3.h) then
|
||||
touch style_$3.h
|
||||
elif (test "`cat style_$3.h`" != "") then
|
||||
rm -f style_$3.h
|
||||
touch style_$3.h
|
||||
rm -f Obj_*/$4.d
|
||||
|
||||
Reference in New Issue
Block a user