summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vms/make.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/make.com b/vms/make.com
index 62c834f..2e61e94 100644
--- a/vms/make.com
+++ b/vms/make.com
@@ -120,12 +120,12 @@ $ @make.com
$!
$ write sys$output "Building C++ library"
$ set def 'hdf5cxx_src'
-$ rename *.cpp *.cxx
+$ copy *.cpp *.cxx
$ @make.com
$!
$ write sys$output "Building C++ library tests"
$ set def 'hdf5cxx_test'
-$ rename *.cpp *.cxx
+$ copy *.cpp *.cxx
$ @make.com
$!
$ set def 'hdf5top'