diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-02 14:06:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-02 14:06:07 (GMT) |
commit | 084ed881372d1e5f04f6f3078ced33503d206392 (patch) | |
tree | a47e41ae415c66790fe59436ae605029f95f69b9 /tools/h5import | |
parent | c837afbc484425aec961fcac0314cf9cc36c8356 (diff) | |
download | hdf5-084ed881372d1e5f04f6f3078ced33503d206392.zip hdf5-084ed881372d1e5f04f6f3078ced33503d206392.tar.gz hdf5-084ed881372d1e5f04f6f3078ced33503d206392.tar.bz2 |
[svn-r8983] Purpose:
Update dependencies
Description:
Update dependencies after config/depend1.in bugfix
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
IRIX64 6.5 (modi4)
h5committested
Diffstat (limited to 'tools/h5import')
-rw-r--r-- | tools/h5import/Dependencies | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/h5import/Dependencies b/tools/h5import/Dependencies index c53bb5b..39f4f6b 100644 --- a/tools/h5import/Dependencies +++ b/tools/h5import/Dependencies @@ -1,8 +1,8 @@ ## This file is machine generated on GNU systems. ## Only temporary changes may be made here. -h5import.o: \ - ../../../hdf5/tools/h5import/h5import.c \ - ../../../hdf5/tools/h5import/h5import.h -h5importtest.o: \ - ../../../hdf5/tools/h5import/h5importtest.c +h5import.lo: \ + $(top_srcdir)/tools/h5import/h5import.c \ + $(top_srcdir)/tools/h5import/h5import.h +h5importtest.lo: \ + $(top_srcdir)/tools/h5import/h5importtest.c |