summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-04 01:21:47 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-11-04 01:21:47 +0000
commite2bb45e65eb3feb0dcb0f823db0463b19cce3cd8 (patch)
treea76dd470440360346e6e7fa85672de4b4d111878 /lib
parenta9068c535f50c3ebecf86af249842f78aa5b9278 (diff)
Sorry, I can't do 'VAR += something' within a bourne shell.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1879 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rwxr-xr-xlib/make/extras/HDF5/setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/make/extras/HDF5/setup.sh b/lib/make/extras/HDF5/setup.sh
index 7a6b62aa..f7ba1365 100755
--- a/lib/make/extras/HDF5/setup.sh
+++ b/lib/make/extras/HDF5/setup.sh
@@ -83,7 +83,7 @@ if [ $test_compress2 -eq 0 -o $test_zlib -eq 0 ] ; then
fi
# Finally, add the math lib which might not be linked against by default
-HDF5_LIBS += m
+HDF5_LIBS="$HDF5_LIBS m"
# Write the data out to the header and make files.