[svn-r7772] Purpose:

Very trivial fix

Description:
    Removed spaces from file that was causing pmake to issue a warning.

Platforms tested:
    Modi4

Misc. update:
This commit is contained in:
Bill Wendling 2003-10-28 12:58:52 -05:00
parent 2c48c89a47
commit 4ded0a4fa7

View File

@ -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)