Index: /issm/trunk-jpl/src/wrappers/matlab/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/wrappers/matlab/Makefile.am	(revision 27865)
+++ /issm/trunk-jpl/src/wrappers/matlab/Makefile.am	(revision 27866)
@@ -121,7 +121,4 @@
 if MAC
 AM_LDFLAGS += -Wl,-rpath,'@rpath'
-if FORTRAN
-AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR)
-endif
 else
 AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
Index: /issm/trunk-jpl/src/wrappers/python/Makefile.am
===================================================================
--- /issm/trunk-jpl/src/wrappers/python/Makefile.am	(revision 27865)
+++ /issm/trunk-jpl/src/wrappers/python/Makefile.am	(revision 27866)
@@ -105,8 +105,4 @@
 if STANDALONE_MODULES
 if MAC
-AM_LDFLAGS += -Wl,-rpath,'@rpath' -Wl,-rpath,'/Applications/Xcode.app/Contents/Developer/Library/Frameworks' -Wl,-rpath,'/Library/Developer/CommandLineTools/Library/Frameworks'
-if FORTRAN
-AM_LDFLAGS += -Wl,-rpath,$(FORTRANDIR)
-endif
 else
 AM_LDFLAGS += -Wl,-static -Wl,-lbacktrace -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
