diff options
Diffstat (limited to 'fortran/Makefile.in')
-rw-r--r-- | fortran/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index 63a4177..477763a 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -1,4 +1,3 @@ -## Top-level HDF5-Fortran Makefile(.in) ## ## Copyright by the Board of Trustees of the University of Illinois. ## All rights reserved. @@ -16,6 +15,8 @@ ## but does so in the correct order. You can alternatively invoke make from ## each subdirectory manually. ## +## Top-level HDF5-Fortran Makefile(.in) +## top_srcdir=@top_srcdir@ top_builddir=.. srcdir=@srcdir@ |