[svn-r6328] Purpose:

fix bug in Makefile.in

Platforms tested:
    windows , linux
This commit is contained in:
Pedro Vicente Nunes
2003-01-24 13:01:44 -05:00
parent 85751bbbe9
commit e4dc71bbee
2 changed files with 422 additions and 423 deletions

View File

@@ -26,7 +26,7 @@ TEST_SCRIPTS=
LIBHDF5=$(top_builddir)/src/libhdf5.la
PUB_PROGS=h5diff
PROGS=
PROGS=$(PUB_PROGS) $(TEST_PROGS)
## Source and object files for the library; do not install
##
@@ -58,5 +58,4 @@ $(PROGS): $(LIBTOOLS) $(LIBHDF5)
h5diff: h5diff.lo h5trav.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ h5diff.lo h5trav.lo $(LIBTOOLS) $(LIBHDF5) $(LDFLAGS) $(LIBS)
@CONCLUDE@