On 03/07/2017 12:16 PM, Janne Peltonen wrote:
Fix the ABI symlink creation that went broken in 3d6cbd2.

Signed-off-by: Janne Peltonen <janne.pelto...@nokia.com>
---
  platform/linux-generic/Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platform/linux-generic/Makefile.am 
b/platform/linux-generic/Makefile.am
index 682bac6..056ba67 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -225,7 +225,7 @@ endif
  # specific include path for installed files.
  install-data-hook:
        if [ -h $(prefix)/include/odp/api/abi ]; then \
-               : \
+               : ; \
        else \
                $(LN_S) -rf $(prefix)/include/odp/arch/@ARCH_ABI@/odp/api/abi \
                        $(prefix)/include/odp/api/abi; \

Which bash are you using?  Mine was ok without ";".

Maxim.



Reply via email to