diff --git a/doc/Manual.html.html b/doc/Manual.html.html
index e8212f752f..0b3c58812c 100644
--- a/doc/Manual.html.html
+++ b/doc/Manual.html.html
@@ -3,7 +3,7 @@
LAMMPS Users Manual
-
+
@@ -21,7 +21,7 @@
LAMMPS Documentation
-11 Sep 2015 version
+24 Sep 2015 version
Version info:
diff --git a/lib/h5md/Makefile b/lib/h5md/Makefile
index c0666ae6ac..085d21ff69 100644
--- a/lib/h5md/Makefile
+++ b/lib/h5md/Makefile
@@ -4,7 +4,7 @@ CC=h5cc
# -DH5_NO_DEPRECATED_SYMBOLS is required here to ensure we are using
# the v1.8 API when HDF5 is configured to default to using the v1.6 API.
-CFLAGS=-D_DEFAULT_SOURCE -O2 -DH5_NO_DEPRECATED_SYMBOLS -Wall
+CFLAGS=-D_DEFAULT_SOURCE -O2 -DH5_NO_DEPRECATED_SYMBOLS -Wall -fPIC
HDF5_PATH=/usr
INC=-I include
AR=ar