summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-12-01 01:59:42 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-12-01 01:59:42 (GMT)
commit699588cf3338bb1cc410a360862f7309ad02ea3c (patch)
tree74f5fdc37f9f2a1da70d98a098f41eba0c5bc5b3
parentd8f332bcb9c25646f4992299c16b3f91185d22a0 (diff)
downloadhdf5-699588cf3338bb1cc410a360862f7309ad02ea3c.zip
hdf5-699588cf3338bb1cc410a360862f7309ad02ea3c.tar.gz
hdf5-699588cf3338bb1cc410a360862f7309ad02ea3c.tar.bz2
[svn-r9609] Purpose: Small bug fix
Description: Build failed in hl/test directory on OSF1 at PSC Solution: It looks like that two extra blank lines after CPPGLAGS definition caused the syntax error I deleted the lines, and compilation went through Platforms tested: lemiuex, heping Misc. update:
-rw-r--r--hl/test/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index 99310a6..a44f305 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -12,8 +12,6 @@ srcdir=@srcdir@
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.
CPPFLAGS=-I. -I$(srcdir) -I$(top_builddir)/src -I$(top_srcdir)/src -I$(top_srcdir)/hl/src @CPPFLAGS@
-
-
## These are our main targets. They should be listed in the order to be
## executed, generally most specific tests to least specific tests.
RUNTEST=$(LT_RUN)