summaryrefslogtreecommitdiffstats
path: root/hl/c++/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/Makefile.in')
-rw-r--r--hl/c++/Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/hl/c++/Makefile.in b/hl/c++/Makefile.in
index c5ba7b7..973e156 100644
--- a/hl/c++/Makefile.in
+++ b/hl/c++/Makefile.in
@@ -351,11 +351,11 @@ LIBH5CPP_HL = $(top_builddir)/hl/c++/src/libhdf5_hl_cpp.la
# 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
-H5CC_PP = $(bindir)/h5pcc
-H5FC = $(bindir)/h5fc
-H5FC_PP = $(bindir)/h5pfc
-H5CPP = $(bindir)/h5c++
+H5CC = ${DESTDIR}/$(bindir)/h5cc
+H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
+H5FC = ${DESTDIR}/$(bindir)/h5fc
+H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
+H5CPP = ${DESTDIR}/$(bindir)/h5c++
# The trace script; this is used on source files from the C library to
# insert tracing macros.