summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-12-01 02:01:39 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-12-01 02:01:39 (GMT)
commit266613d5963e5df915d1ee426aab14ca2d17c3f3 (patch)
tree888654c33474d8a50ac7a43eea49ba9dffad01d9 /hl
parented8d9f99749d2e9876c40f2f13ea90423e27d12e (diff)
downloadhdf5-266613d5963e5df915d1ee426aab14ca2d17c3f3.zip
hdf5-266613d5963e5df915d1ee426aab14ca2d17c3f3.tar.gz
hdf5-266613d5963e5df915d1ee426aab14ca2d17c3f3.tar.bz2
[svn-r9610] Purpose: Small bug fix
Description: Compilation failed in hl/test directory on PSC OSF1 machine. It was due to two extra blank lines after CPPFLAGS definition in Makefile.in Solution: Deleted two empty lines Platforms tested: lemiuex, heping Misc. update:
Diffstat (limited to 'hl')
-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)