mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r8197] Purpose:
Bug fix Description: Hack on include paths some more to make srcdir builds work correctly with the [broken] dependency generation from the Intel 7.1 C compiler. Platforms tested: Linux 2.4 (titan) w/srcdir build Too minor to require h5committest
This commit is contained in:
parent
53904c8737
commit
7efcee5e4f
@ -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) -I$(top_srcdir)/src @CPPFLAGS@
|
||||
CPPFLAGS=-I. -I$(srcdir) -$I(top_builddir)/src -I$(top_srcdir)/src @CPPFLAGS@
|
||||
CFLAGS=
|
||||
|
||||
## These are the programs that `make all' or `make tests' will build and which
|
||||
|
Loading…
x
Reference in New Issue
Block a user