summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/commence.in2
-rw-r--r--fortran/examples/Makefile.in2
2 files changed, 1 insertions, 3 deletions
diff --git a/fortran/config/commence.in b/fortran/config/commence.in
index 5a05221..6abbfc5 100644
--- a/fortran/config/commence.in
+++ b/fortran/config/commence.in
@@ -69,7 +69,7 @@ LT_LINK_FEXE=$(LT) --mode=link $(F9X) $(LT_STATIC_EXEC) $(DYNAMIC_DIRS)
## complains if it sees a reference to a variable which has never been
## defined. The main makefile is free to redefine these to something else.
DOCDIR=$(docdir)
-EXAMPLEDIR=$(docdir)
+EXAMPLEDIR=$(docdir)/hdf5/examples/fortran
LIB=
LIB_SRC=
LIB_OBJ=
diff --git a/fortran/examples/Makefile.in b/fortran/examples/Makefile.in
index cc58f15..601d51a 100644
--- a/fortran/examples/Makefile.in
+++ b/fortran/examples/Makefile.in
@@ -17,8 +17,6 @@ top_builddir=../..
srcdir=@srcdir@
@COMMENCE@
-EXAMPLEDIR=$(docdir)/hdf5/examples/fortran
-
hdf5_builddir=$(top_builddir)/src
## Replace building FC with the just installed h5fc