summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-07-06 04:25:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-07-06 04:25:44 (GMT)
commit4bff0487793cbcd5d57aeb34368f74bb2f6b8056 (patch)
tree91fddb539986597c18b26afd1ea11e13fe0748a0 /tools
parent3d42a09e67099e5fa3a19bf68ab07b760b576ef3 (diff)
downloadhdf5-4bff0487793cbcd5d57aeb34368f74bb2f6b8056.zip
hdf5-4bff0487793cbcd5d57aeb34368f74bb2f6b8056.tar.gz
hdf5-4bff0487793cbcd5d57aeb34368f74bb2f6b8056.tar.bz2
[svn-r13950] purpose:
cleanup Move binread to PROGS so that it will be removed by "make clean" too. Tested: In kagiso only since it was a trivial change.
Diffstat (limited to 'tools')
-rw-r--r--tools/h5dump/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5dump/Makefile.in b/tools/h5dump/Makefile.in
index 9aad930..656019c 100644
--- a/tools/h5dump/Makefile.in
+++ b/tools/h5dump/Makefile.in
@@ -37,7 +37,7 @@ LIBTOOLS=../lib/libh5tools.la
LIBHDF5=$(top_builddir)/src/libhdf5.la
PUB_PROGS=h5dump
-PROGS=$(PUB_PROGS) $(TEST_PROGS)
+PROGS=$(PUB_PROGS) $(TEST_PROGS) binread
## Source and object files for the library; do not install
##
@@ -76,7 +76,7 @@ check-xml:
## How to build the programs...They all depend on the hdf5 library and
## the tools library compiled in this directory.
##
-$(PROGS): $(LIBTOOLS) $(LIBHDF5) binread
+$(PROGS): $(LIBTOOLS) $(LIBHDF5)
h5dump: h5dump.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ h5dump.lo $(LIBTOOLS) $(LIBHDF5) $(LDFLAGS) $(LIBS)