Skip to content
Snippets Groups Projects
Commit 4f1677df authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6279 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 226530fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment