mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r8187] Purpose:
Bug fix Description: Added directory where actual source code is located to allow broken Intel C 7.1 compiler to generate dependencies correctly. Platforms tested: Linux 2.4 (titan) too minor to need h5committest
This commit is contained in:
parent
864b2dfab1
commit
53904c8737
@ -21,7 +21,7 @@ srcdir=@srcdir@
|
||||
## Replace building CC with the just installed h5cc
|
||||
H5CC=$(bindir)/h5cc
|
||||
H5CC_PP=$(bindir)/h5pcc
|
||||
CPPFLAGS=-I. -I$(srcdir)
|
||||
CPPFLAGS=-I. -I$(srcdir) -I$(top_srcdir)/src @CPPFLAGS@
|
||||
CFLAGS=
|
||||
|
||||
## These are the programs that `make all' or `make tests' will build and which
|
||||
|
Loading…
Reference in New Issue
Block a user