diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-02-13 13:47:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-02-13 13:47:15 (GMT) |
commit | b8edc9384d4b192109fce2c0ad8bd0b3a4c7658a (patch) | |
tree | 08c027ad3d5cd97396e1f4fc426945bfbb094dcf | |
parent | 747dd91641deed7742c93a550c427d22ec2c4fe6 (diff) | |
download | hdf5-b8edc9384d4b192109fce2c0ad8bd0b3a4c7658a.zip hdf5-b8edc9384d4b192109fce2c0ad8bd0b3a4c7658a.tar.gz hdf5-b8edc9384d4b192109fce2c0ad8bd0b3a4c7658a.tar.bz2 |
[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! :-)
-rw-r--r-- | examples/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in index 62d117f..5fb9c8b 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -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 |