summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-03-20 15:13:17 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-03-20 15:13:17 (GMT)
commit61b39ecc7c171dc3a6efae61d321653b493d7981 (patch)
tree82e12f3663773a8b1cbcd9f20222d307350506fc /test
parent7c70c816f596fe505b84033d7f163e9ef7affc2d (diff)
downloadhdf5-61b39ecc7c171dc3a6efae61d321653b493d7981.zip
hdf5-61b39ecc7c171dc3a6efae61d321653b493d7981.tar.gz
hdf5-61b39ecc7c171dc3a6efae61d321653b493d7981.tar.bz2
[svn-r23400] I updated Makefile.in for Mac.
Tested on MacGoblin and koala.
Diffstat (limited to 'test')
-rw-r--r--test/plugin_lib/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_lib/Makefile.in b/test/plugin_lib/Makefile.in
index 83d350c..00a2ea5 100644
--- a/test/plugin_lib/Makefile.in
+++ b/test/plugin_lib/Makefile.in
@@ -36,7 +36,7 @@ $(NAME1).o: $(SRCDIR)/$(NAME1).c
$(CC) $(CFLAGS) $(INCLUDES) -c $(SRCDIR)/$(NAME1).c
lib$(NAME1).so.$(VERSION): $(NAME1).o
- $(CC) -shared -Wl,-soname,lib$(NAME1).so.$(MAJOR) $^ -o $@
+ $(CC) -shared $^ -o $@
clean:
$(RM) *.o *.so* Makefile