mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r8199] Purpose:
Bug fix typo Description: Correct typo in last fix... *sigh* Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest - Really! :-)
This commit is contained in:
parent
747dd91641
commit
b8edc9384d
@ -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_builddir)/src -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…
Reference in New Issue
Block a user