Not all ln(1) implementations support the -t option.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 1d572db5..54656c76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -614,7 +614,7 @@ ell/internal: Makefile
$(AM_V_at)$(MKDIR_P) ell
$(AM_V_GEN)for f in $(ell_headers) $(ell_sources) ; do \
if [ ! -f $$f ] ; then \
- $(LN_S) -t ell -f $(abs_srcdir)/../ell/$$f ; \
+ $(LN_S) -f $(abs_srcdir)/../ell/$$f $$f ; \
fi \
done > $@
--
2.20.1
Show replies by date