diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-20 17:32:44 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-20 17:32:44 (GMT) |
commit | 75ee2e46aa106578dfde2f37d92630fc0ad886d3 (patch) | |
tree | fb264bdd65fb2602f7f7de517fb0d72b417de086 | |
parent | 2e8cb48786a4e34e8a149065b73983ef14c134ae (diff) | |
download | hdf5-75ee2e46aa106578dfde2f37d92630fc0ad886d3.zip hdf5-75ee2e46aa106578dfde2f37d92630fc0ad886d3.tar.gz hdf5-75ee2e46aa106578dfde2f37d92630fc0ad886d3.tar.bz2 |
[svn-r4245]
Purpose:
Fixing a boo-boo
Description:
There was a problem with the generated Dependencies file. It listed
the H5pubconf.h header file as being in the $(top_srcdir) directory
when it's in the $(top_builddir) directory.
Solution:
Regenerated it.
Platforms tested:
Linux
-rw-r--r-- | tools/h4toh5/Dependencies | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/h4toh5/Dependencies b/tools/h4toh5/Dependencies index 87c7136..56af893 100644 --- a/tools/h4toh5/Dependencies +++ b/tools/h4toh5/Dependencies @@ -8,7 +8,7 @@ h4toh5main.lo: \ $(srcdir)/h4toh5main.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 \ @@ -45,7 +45,7 @@ h4toh5vgroup.lo: \ $(srcdir)/h4toh5main.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 \ @@ -82,7 +82,7 @@ h4toh5vdata.lo: \ $(srcdir)/h4toh5main.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 \ @@ -119,7 +119,7 @@ h4toh5sds.lo: \ $(srcdir)/h4toh5main.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 \ @@ -156,7 +156,7 @@ h4toh5image.lo: \ $(srcdir)/h4toh5main.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 \ @@ -193,7 +193,7 @@ h4toh5pal.lo: \ $(srcdir)/h4toh5main.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 \ @@ -230,7 +230,7 @@ h4toh5anno.lo: \ $(srcdir)/h4toh5main.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 \ @@ -267,7 +267,7 @@ h4toh5util.lo: \ $(srcdir)/h4toh5util.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 \ |