[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:
Albert Cheng 2005-08-04 15:23:25 -05:00
parent 548608ed7f
commit 8e52b3c798
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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