summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-10-28 17:58:52 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-10-28 17:58:52 (GMT)
commit4ded0a4fa7650eb52687452906c41a387bd37b2f (patch)
tree4b41d6d683c318040266b326ca384e64e49256e7 /test
parent2c48c89a4746b70cf418c1035a0499f0576755e7 (diff)
downloadhdf5-4ded0a4fa7650eb52687452906c41a387bd37b2f.zip
hdf5-4ded0a4fa7650eb52687452906c41a387bd37b2f.tar.gz
hdf5-4ded0a4fa7650eb52687452906c41a387bd37b2f.tar.bz2
[svn-r7772] Purpose:
Very trivial fix Description: Removed spaces from file that was causing pmake to issue a warning. Platforms tested: Modi4 Misc. update:
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index d46d90e..022c58c 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -225,7 +225,7 @@ dangle: dangle.lo
error_test: error_test.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ error_test.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
-
+
err_compat: err_compat.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ err_compat.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)