summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-02-12 01:11:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-02-12 01:11:29 (GMT)
commit060a527ded1a8872a143a77151f457db5af4a5f3 (patch)
treee3687a1d806e4dbd74bcfa087ac1e74a46cd516b /examples
parentcfa317b2d30372b4594283b6414967fc4d30d240 (diff)
downloadhdf5-060a527ded1a8872a143a77151f457db5af4a5f3.zip
hdf5-060a527ded1a8872a143a77151f457db5af4a5f3.tar.gz
hdf5-060a527ded1a8872a143a77151f457db5af4a5f3.tar.bz2
[svn-r8186] Purpose:
Bug fix Description: Added directory where actual source code is located to allow broken Intel C 7.1 compiler to generate dependencies correctly. Platforms tested: Linux 2.4 (titan) too minor to need 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 8895cb4..9b47429 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)
+CPPFLAGS=-I. -I$(srcdir) -I$(top_srcdir)/src @CPPFLAGS@
CFLAGS=
## These are the programs that `make all' or `make tests' will build and which