From e2bb45e65eb3feb0dcb0f823db0463b19cce3cd8 Mon Sep 17 00:00:00 2001 From: tradke Date: Sat, 4 Nov 2000 01:21:47 +0000 Subject: 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 --- lib/make/extras/HDF5/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.3