File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ check_PROGRAMS = collective_write \
4444
4545if INSTALL_EXAMPLES
4646 example_execbin_PROGRAMS = $(check_PROGRAMS )
47- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/C
47+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/C
4848 example_execbin_SCRIPTS = run_c_examples.sh
4949endif
5050
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ check_PROGRAMS = collective_write \
3232
3333if INSTALL_EXAMPLES
3434 example_execbin_PROGRAMS = $(check_PROGRAMS )
35- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/CXX
35+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/CXX
3636 example_execbin_SCRIPTS = run_cxx_examples.sh
3737endif
3838
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ check_PROGRAMS = nonblocking_write \
5252
5353if INSTALL_EXAMPLES
5454 example_execbin_PROGRAMS = $(check_PROGRAMS )
55- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/F77
55+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/F77
5656 example_execbin_SCRIPTS = run_f77_examples.sh
5757endif
5858
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ check_PROGRAMS = nonblocking_write \
4141
4242if INSTALL_EXAMPLES
4343 example_execbin_PROGRAMS = $(check_PROGRAMS )
44- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/F90
44+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/F90
4545 example_execbin_SCRIPTS = run_f90_examples.sh
4646endif
4747
You can’t perform that action at this time.
0 commit comments