summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-02-12 20:01:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-02-12 20:01:29 (GMT)
commit54ca217527a643e1972523e7a5f71c28687459de (patch)
treedcd42a0de9af0e5e7a2f62be194f6cfff479487a /examples
parent76d948fe8163e75fbcc1c27aed0ea26beca3e65c (diff)
downloadhdf5-54ca217527a643e1972523e7a5f71c28687459de.zip
hdf5-54ca217527a643e1972523e7a5f71c28687459de.tar.gz
hdf5-54ca217527a643e1972523e7a5f71c28687459de.tar.bz2
[svn-r8196] 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
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index 9b47429..62d117f 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_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