From 0b26fa6c9f50083115054c3afde1ae21900361c6 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 10 Apr 2002 10:06:44 -0500 Subject: [svn-r5157] Purpose: Bug Fix Description: We couldn't find the HDF5 source files for compilation with Pablo. Solution: Have it find them in the $(top_srcdir)/src/ directory. Platforms tested: Modi4 --- pablo/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pablo/Makefile.in b/pablo/Makefile.in index 91db581..b8d1d4e 100644 --- a/pablo/Makefile.in +++ b/pablo/Makefile.in @@ -58,7 +58,7 @@ LIB_COBJ=$(LIB_XOBJ:.x=.o) LIB_OBJ=$(PABLO_OBJ) $(LIB_COBJ) .c.x: - $(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $*.o + $(CC) $(CFLAGS) $(CPPFLAGS) -c $(top_srcdir)/src/$< -o $*.o cp $*.o $@ # 'vpath' directive is only supported in gmake, take out - QAK -- cgit v0.12