diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-08-20 16:01:26 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-08-20 16:01:26 (GMT) |
commit | 1436a07905193713568304dd00b26ca18e982e6f (patch) | |
tree | 59f082018deec22b9e1b70cbacc719ef48ef6d22 /fortran/testpar/Makefile.am | |
parent | 8db36cc7664ea6b618d7c78cbc70d8736f4b9b5f (diff) | |
download | hdf5-1436a07905193713568304dd00b26ca18e982e6f.zip hdf5-1436a07905193713568304dd00b26ca18e982e6f.tar.gz hdf5-1436a07905193713568304dd00b26ca18e982e6f.tar.bz2 |
[svn-r27537] Added new FCCPPFLAGS to avoid passing CPPFLAGS to the fortran pre-processor compiler (This mainly causes issues with the xlf compilers)
Tested: h5committest
Diffstat (limited to 'fortran/testpar/Makefile.am')
-rw-r--r-- | fortran/testpar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/Makefile.am b/fortran/testpar/Makefile.am index 517a3c8..380f475 100644 --- a/fortran/testpar/Makefile.am +++ b/fortran/testpar/Makefile.am @@ -50,4 +50,4 @@ LDADD=$(LIBH5FTEST) $(LIBH5TEST) $(LIBH5F) $(LIBHDF5) # Mark this directory as part of the Fortran API FORTRAN_API=yes -include $(top_srcdir)/config/conclude.am +include $(top_srcdir)/config/conclude_fc.am |