File tree 4 files changed +4
-4
lines changed
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 \
44
44
45
45
if INSTALL_EXAMPLES
46
46
example_execbin_PROGRAMS = $(check_PROGRAMS )
47
- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/C
47
+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/C
48
48
example_execbin_SCRIPTS = run_c_examples.sh
49
49
endif
50
50
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ check_PROGRAMS = collective_write \
32
32
33
33
if INSTALL_EXAMPLES
34
34
example_execbin_PROGRAMS = $(check_PROGRAMS )
35
- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/CXX
35
+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/CXX
36
36
example_execbin_SCRIPTS = run_cxx_examples.sh
37
37
endif
38
38
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ check_PROGRAMS = nonblocking_write \
52
52
53
53
if INSTALL_EXAMPLES
54
54
example_execbin_PROGRAMS = $(check_PROGRAMS )
55
- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/F77
55
+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/F77
56
56
example_execbin_SCRIPTS = run_f77_examples.sh
57
57
endif
58
58
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ check_PROGRAMS = nonblocking_write \
41
41
42
42
if INSTALL_EXAMPLES
43
43
example_execbin_PROGRAMS = $(check_PROGRAMS )
44
- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/F90
44
+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/F90
45
45
example_execbin_SCRIPTS = run_f90_examples.sh
46
46
endif
47
47
You can’t perform that action at this time.
0 commit comments