From b636f16aa2bb37cd26e2db26fa7c44e1844d3c26 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Mon, 20 Mar 2017 17:16:20 +0100 Subject: [PATCH] WIP: mod: Makefile (sandbox/pcoval/on/master/debian) Change-Id: Ibbdc82f1a2e7528ad03fb474488b85673a8b3f04 Signed-off-by: Philippe Coval --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 9d69c7e..6fd29a1 100644 --- a/Makefile +++ b/Makefile @@ -171,13 +171,13 @@ rule/install_headers: resource service install -d ${buildroot}${_libdir}/${name}/examples/ -rule/install_examples: - install out/${TARGET_OS}/${TARGET_ARCH}/${build_dir}/resource/examples/*client ${buildroot}${_libdir}/${name}/examples/ - install out/${TARGET_OS}/${TARGET_ARCH}/${build_dir}/resource/examples/*server ${buildroot}${_libdir}/${name}/examples/ - install out/${TARGET_OS}/${TARGET_ARCH}/${build_dir}/*/*/*/*client ${buildroot}${_libdir}/${name}/examples/ - install out/${TARGET_OS}/${TARGET_ARCH}/${build_dir}/*/*/*/*server ${buildroot}${_libdir}/${name}/examples/ - install out/${TARGET_OS}/${TARGET_ARCH}/${build_dir}/*lient ${buildroot}${_libdir}/${name}/examples/ - install out/${TARGET_OS}/${TARGET_ARCH}/${build_dir}/*erver ${buildroot}${_libdir}/${name}/examples/ +rule/install_examples: out/${TARGET_OS}/${TARGET_ARCH}/${build_dir} + install $