diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-08-26 19:10:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-08-26 19:10:01 (GMT) |
commit | 5d88bae6df905b9eb83178c01cff9125ce98d2a7 (patch) | |
tree | 7d1350e7092e1af5c87b20f87c7d3734c9656c07 /hl/examples | |
parent | f4a7d2cba2d7817f3639120d553009cd5ec416d3 (diff) | |
download | hdf5-5d88bae6df905b9eb83178c01cff9125ce98d2a7.zip hdf5-5d88bae6df905b9eb83178c01cff9125ce98d2a7.tar.gz hdf5-5d88bae6df905b9eb83178c01cff9125ce98d2a7.tar.bz2 |
[svn-r22714] one more missed VAR change for parallel examples
Diffstat (limited to 'hl/examples')
-rw-r--r-- | hl/examples/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in index 3e9b549..1794e38 100644 --- a/hl/examples/Makefile.in +++ b/hl/examples/Makefile.in @@ -425,7 +425,7 @@ EXTRA_PROG = $(EXAMPLE_PROG) $(EXAMPLE_PROG_PARA) # We need to tell automake what to clean MOSTLYCLEANFILES = *.raw *.meta *.o -CLEANFILES = $(TEST_PROG) $(TEST_PROG_PARA) +CLEANFILES = $(EXAMPLE_PROG) $(EXAMPLE_PROG_PARA) # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., |