[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:
Quincey Koziol 2004-02-13 08:47:15 -05:00
parent 747dd91641
commit b8edc9384d

View File

@ -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