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

This commit is contained in:
sjplimp
2011-06-01 14:16:32 +00:00
parent 226530fea2
commit 4f1677df96
2 changed files with 3 additions and 3 deletions

View File

@ -156,7 +156,7 @@ no-%:
@if [ ! -e $(NODIR) ]; then \
echo "Package $(@:no-%=%) does not exist"; \
else \
echo "Uninstalling package $(@:no-%=%); \
echo "Uninstalling package $(@:no-%=%)"; \
cd $(NODIR); $(SHELL) Install.sh 0; cd ..; $(SHELL) Depend.sh 0; \
fi;

View File

@ -44,7 +44,7 @@ elif (test $1 = 0) then
rm -f ../compute_temp_deform_eff.cpp
rm -f ../compute_temp_eff.cpp
rm -f ../compute_temp_region_eff.cpp
rm -f ../fix_langevin_eff.cpp ..
rm -f ../fix_langevin_eff.cpp
rm -f ../fix_nh_eff.cpp
rm -f ../fix_nve_eff.cpp
rm -f ../fix_nvt_eff.cpp
@ -61,7 +61,7 @@ elif (test $1 = 0) then
rm -f ../compute_temp_deform_eff.h
rm -f ../compute_temp_eff.h
rm -f ../compute_temp_region_eff.h
rm -f ../fix_langevin_eff.h ..
rm -f ../fix_langevin_eff.h
rm -f ../fix_nh_eff.h
rm -f ../fix_nve_eff.h
rm -f ../fix_nvt_eff.h