From 53904c873762ca1d2e3f6bd53429764805afd1eb Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 11 Feb 2004 20:12:22 -0500 Subject: [svn-r8187] 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 --- examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12