mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r11202] Purpose:
bug fix. Description: Fortran test, fflush2, depends on a file created by fflush1. Fixed Makefile to reflect such a dependency. Platforms tested: heping.
This commit is contained in:
parent
548608ed7f
commit
8e52b3c798
@ -62,4 +62,7 @@ MOSTLYCLEANFILES=*.tmp
|
||||
# from tests in conclude.am)
|
||||
HDF_FORTRAN=yes
|
||||
|
||||
# fflush2 depends on files created by fflush1
|
||||
fflush2.chkexe_: fflush1.chkexe_
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -824,6 +824,9 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
|
||||
# as well.
|
||||
check-install: installcheck
|
||||
|
||||
# fflush2 depends on files created by fflush1
|
||||
fflush2.chkexe_: fflush1.chkexe_
|
||||
|
||||
# lib/progs/tests targets recurse into subdirectories. build-* targets
|
||||
# build files in this directory.
|
||||
# BUILT_SOURCES contain targets that need to be built before anything else
|
||||
|
Loading…
x
Reference in New Issue
Block a user