diff options
Diffstat (limited to 'hl/examples/Makefile.in')
-rw-r--r-- | hl/examples/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in index 84c8ff8..923cae3 100644 --- a/hl/examples/Makefile.in +++ b/hl/examples/Makefile.in @@ -336,8 +336,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 @BUILD_PARALLEL_CONDITIONAL_TRUE@TEST_PROG_PARA = # Example directory -EXAMPLEDIR = ${DESTDIR}/$(exec_prefix)/share/hdf5_examples/hl/c -EXAMPLETOPDIR = ${DESTDIR}/$(exec_prefix)/share/hdf5_examples/hl +EXAMPLEDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl/c +EXAMPLETOPDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl # Example programs. # Don't tell automake about them, because if it knew they were programs, |