From 7efcee5e4f31e00a2147f578099d1f9f38b9f9f6 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 12 Feb 2004 15:01:32 -0500 Subject: [svn-r8197] 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 --- examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12