git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6279 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user