From 75ee2e46aa106578dfde2f37d92630fc0ad886d3 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 20 Jul 2001 12:32:44 -0500 Subject: [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 --- tools/h4toh5/Dependencies | 16 ++++++++-------- 1 file 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 \ -- cgit v0.12