Skip to content

Commit bd705fa

Browse files
author
Tyler
committed
Reverted Makefile.am hack to try to fix rpath with tests issue - implemented real fix in configure.ac
1 parent b64e066 commit bd705fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

configure.ac

+4
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ bin/Makefile
306306
etc/Makefile
307307
src/Makefile
308308
utils/Makefile
309+
])
310+
311+
LDFLAGS=""
312+
AC_CONFIG_FILES([
309313
test/Makefile
310314
test/test.allgather/Makefile
311315
test/test.allgatherv/Makefile

test/Makefile.am

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@ SUBDIRS = test.allgather \
2121
test.simple_mpi \
2222
test.status_ignore
2323

24-
LDFLAGS=
25-
2624
dnl test.pomp-standalone (sahu: disabled for now)
2725

0 commit comments

Comments
 (0)