diff options
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index cf6ee29..f2904ad 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -19,7 +19,7 @@ CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@ ## This is our main target LIB=libhdf5_fortran.la -CLEAN=H5fortran_types.f90 +DISTCLEAN=H5fortran_types.f90 ## Source and object files for the library ADD_PARALLEL_FILES=@ADD_PARALLEL_FILES@ |