From 0c86f4cd9ca6df258220a8a4849c40b499904f6f Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 12 Dec 2008 18:29:17 -0500 Subject: [svn-r16192] Maintenance on VMS: Command file had a line for building an object file for a non-existing source; deleted. Platforms tested: VMS server --- vms/c++/src/make.com | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vms/c++/src/make.com b/vms/c++/src/make.com index 6bccde8..82d93b2 100644 --- a/vms/c++/src/make.com +++ b/vms/c++/src/make.com @@ -16,7 +16,7 @@ $! Makefile for VMS systems. $! $! Make HDF5 C++ library $! -$ cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS" +$! cxxopt = "/float=ieee_float/standard=strict_ansi/define=H5_VMS" $ ccc := cxx 'cxxopt /include=([-.-.src]) $! $! type sys$input @@ -25,8 +25,6 @@ $! $ lib/create/object hdf5_cplus.olb $ ccc H5AbstractDs.cxx $ lib/insert/object hdf5_cplus H5AbstractDs -$ ccc H5Alltypes.cxx -$ lib/insert/object hdf5_cplus H5Alltypes $ ccc H5ArrayType.cxx $ lib/insert/object hdf5_cplus H5ArrayType $ ccc H5AtomType.cxx -- cgit v0.12