mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r1402] Fixed a typo there. Now it should compile and clean up correctly.
This commit is contained in:
parent
13b67571be
commit
37a03d1e32
@ -21,7 +21,7 @@ TEST_PROGS= h5_write h5_read h5_extend_write h5_chunk_read h5_compound \
|
||||
|
||||
# These are the files that `make clean' (and derivatives) will remove from
|
||||
# this directory.
|
||||
CLEAN=*.h5 *.o *.lo
|
||||
CLEAN=*.h5
|
||||
|
||||
# List all source files here. The list of object files will be
|
||||
# created by replacing the `.c' with a `.o'. This list is necessary
|
||||
@ -29,7 +29,7 @@ CLEAN=*.h5 *.o *.lo
|
||||
TEST_SRC=h5_chunk_read.c h5_compound.c h5_extend_write.c h5_group.c \
|
||||
h5_read.c h5_write.c h5_select.c h5_attribute.c h5_mount.c \
|
||||
h5_reference.c
|
||||
TEST_OBJ=$(PROG_SRC:.c=.lo)
|
||||
TEST_OBJ=$(TEST_SRC:.c=.lo)
|
||||
|
||||
|
||||
# How to build the programs... they all depend on the hdf5 library
|
||||
|
Loading…
Reference in New Issue
Block a user