summaryrefslogtreecommitdiffstats
path: root/tools/h5dump/Dependencies
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-10-14 18:11:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-10-14 18:11:12 (GMT)
commitea08053e29da31c82afd6eb432b70b828536183e (patch)
treed3aa308e7c01b8ec319d0b3af2a3516ae1e98743 /tools/h5dump/Dependencies
parentb9c390c38221569d04cc8a8f6d3e3bab458f9d63 (diff)
downloadhdf5-ea08053e29da31c82afd6eb432b70b828536183e.zip
hdf5-ea08053e29da31c82afd6eb432b70b828536183e.tar.gz
hdf5-ea08053e29da31c82afd6eb432b70b828536183e.tar.bz2
[svn-r5983] Purpose:
More fixups to the Dependencies files...
Diffstat (limited to 'tools/h5dump/Dependencies')
-rw-r--r--tools/h5dump/Dependencies4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/Dependencies b/tools/h5dump/Dependencies
index 65c20d7..b274cac 100644
--- a/tools/h5dump/Dependencies
+++ b/tools/h5dump/Dependencies
@@ -6,7 +6,7 @@ h5dump.lo: \
$(srcdir)/h5dump.h \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
- $(top_srcdir)/src/H5pubconf.h \
+ $(top_builddir)/src/H5pubconf.h \
$(top_srcdir)/src/H5api_adpt.h \
$(top_srcdir)/src/H5Ipublic.h \
$(top_srcdir)/src/H5Apublic.h \
@@ -44,7 +44,7 @@ h5dumptst.lo: \
$(srcdir)/h5dumptst.c \
$(top_srcdir)/src/hdf5.h \
$(top_srcdir)/src/H5public.h \
- $(top_srcdir)/src/H5pubconf.h \
+ $(top_builddir)/src/H5pubconf.h \
$(top_srcdir)/src/H5api_adpt.h \
$(top_srcdir)/src/H5Ipublic.h \
$(top_srcdir)/src/H5Apublic.h \