diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-13 17:17:50 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-13 17:17:50 (GMT) |
commit | 0e9e49d635c1acb45483e6d0c77b28610757ff32 (patch) | |
tree | 76f41c84a55e3b86b7e72789649f4b401f7ebe3c /tools | |
parent | 60b0109164d3b6a1abbed3bbc923f43dbab043df (diff) | |
download | hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.zip hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.tar.gz hdf5-0e9e49d635c1acb45483e6d0c77b28610757ff32.tar.bz2 |
[svn-r753] Changes since 19981008
----------------------
./src/H5F.c
./src/H5Fprivate.h
./src/H5G.c
./src/H5Gpkg.h
./src/H5Gprivate.h
./src/H5Gpublic.h
./test/istore.c
./test/tstab.c
Removed CWG functionality.
./tools/Makefile.in
Added `_test' where I added `test' last week. Maybe now the
snapshots will start up again...
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index d6ea8c9..8c401ac 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -27,7 +27,7 @@ PROG_OBJ=$(PROG_SRC:.c=.o) PRIVATE_HDR=h5tools.h # Programs have to be built before they can be tested! -test: $(PROGS) +test _test: $(PROGS) # How to build the programs... h5debug: h5debug.o $(LIB) ../src/libhdf5.a |