Skip to content
Snippets Groups Projects
Commit c2209854 authored by Max Bonomi's avatar Max Bonomi
Browse files

Remove sed from Makefile

parent 6881fef8
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ ifdef SOEXT
endif
Plumed.inc: $(OBJ_KERNEL) $(OBJ_WRAPPER) libplumed.$(SOEXT) Plumed.o
echo "PLUMED_OBJ=" $(realpath $(OBJ_KERNEL)) $(realpath $(OBJ_WRAPPER)) | sed 's/ / \\\n /g' > $@
echo "PLUMED_OBJ=" $(realpath $(OBJ_KERNEL)) $(realpath $(OBJ_WRAPPER)) > $@
echo "PLUMED_SHARED_OBJ=" $(realpath libplumed.$(SOEXT)) >> $@
echo "PLUMED_WRAPPER=" $(realpath Plumed.o) >> $@
echo "PLUMED_INCLUDE="-I$(realpath ../include) >> $@
......
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