[svn-r6328] Purpose:
fix bug in Makefile.in
Platforms tested:
windows , linux
This commit is contained in:
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user