1
1

Set the softlink to the correct source file, when configuring

in a different then the toplevel OpenMPI directory.

This commit was SVN r4131.
Этот коммит содержится в:
Rainer Keller 2005-01-25 18:41:23 +00:00
родитель 4ee895c243
Коммит ea77f52d89

Просмотреть файл

@ -65,6 +65,6 @@ librecompile_la_CPPFLAGS = -DSM_COMMON_BASE_ADDR
#
ptl_sm_send_alternate.c:
if test ! -f $@; then \
ln -s ptl_sm_send.c $@; \
ln -sf $(srcdir)/ptl_sm_send.c $@; \
fi