diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 84184df..b5507e5 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -15,8 +15,7 @@ CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@ ## Test programs and scripts. TEST_PROGS=talign -TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5ls.sh \ - @TESTH5TOH4@ @TESTH4TOH5@ +TEST_SCRIPTS=$(srcdir)/testh5dump.sh $(srcdir)/testh5ls.sh @TESTH5TOH4@ @TESTH4TOH5@ ## These are our main targets: library and tools. We link this library ## statically because some systems can only link executables to a single |