Commit c01ef8f5 authored by Ophélie Gagnard's avatar Ophélie Gagnard

Makefile: Try to fix an occasional bug.

parent 6b4b0a5b
...@@ -9,7 +9,7 @@ bin/metadata-collect-agent: ...@@ -9,7 +9,7 @@ bin/metadata-collect-agent:
#Error expected here (line -g++ ...), writing a C program using the error messages #Error expected here (line -g++ ...), writing a C program using the error messages
install -d bin/ ;\ install -d bin/ ;\
mkdir -p build/ ;\ mkdir -p build/ ;\
cp -r installation/metadata-collect-agent/ build/metadata-collect-agent ;\ cp -r installation/metadata-collect-agent/ build/ ;\
mkdir -p build/metadata-collect-agent/logs ;\ mkdir -p build/metadata-collect-agent/logs ;\
cp src/main.cpp build/metadata-collect-agent/ cp src/main.cpp build/metadata-collect-agent/
cd build/metadata-collect-agent ;\ cd build/metadata-collect-agent ;\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment