summaryrefslogtreecommitdiffstats
path: root/config/commence.am
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-02-20 23:39:44 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-02-20 23:39:44 (GMT)
commitc64266b78ea4e86d281561b5b80778c50253ff7d (patch)
tree38eb4837c36f43492ab48a9d98122c70e63637d7 /config/commence.am
parent8f55acc0a156ebc3a62a7c4aa145931d00d31ac5 (diff)
downloadhdf5-c64266b78ea4e86d281561b5b80778c50253ff7d.zip
hdf5-c64266b78ea4e86d281561b5b80778c50253ff7d.tar.gz
hdf5-c64266b78ea4e86d281561b5b80778c50253ff7d.tar.bz2
[svn-r13359] Fixed a bug where the -shlib flag for h5cc would end up on the Dependency line
in the Makefile. Makefile change only. Tested on kagiso, to be used to test on cobalt.
Diffstat (limited to 'config/commence.am')
-rw-r--r--config/commence.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/commence.am b/config/commence.am
index 1b603ce..04eabb4 100644
--- a/config/commence.am
+++ b/config/commence.am
@@ -54,11 +54,11 @@ docdir = $(exec_prefix)/doc
# Scripts used to build examples
# If only shared libraries have been installed, have h5cc build examples with
# shared libraries instead of static libraries
-H5CC=$(bindir)/h5cc $(H5CCFLAGS)
-H5CC_PP=$(bindir)/h5pcc $(H5CCFLAGS)
-H5FC=$(bindir)/h5fc $(H5CCFLAGS)
-H5FC_PP=$(bindir)/h5pfc $(H5CCFLAGS)
-H5CPP=$(bindir)/h5c++ $(H5CCFLAGS)
+H5CC=$(bindir)/h5cc
+H5CC_PP=$(bindir)/h5pcc
+H5FC=$(bindir)/h5fc
+H5FC_PP=$(bindir)/h5pfc
+H5CPP=$(bindir)/h5c++
# H5_CFLAGS holds flags that should be used as CFLAGS when building hdf5,