summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
Diffstat (limited to 'c++')
-rw-r--r--c++/Makefile.in4
-rw-r--r--c++/src/Makefile.in5
-rw-r--r--c++/test/Makefile.in4
3 files changed, 3 insertions, 10 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in
index 3af5fc4..7c3c131 100644
--- a/c++/Makefile.in
+++ b/c++/Makefile.in
@@ -1,5 +1,3 @@
-## Top-level HDF5-C++ Makefile(.in)
-##
##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
@@ -13,7 +11,7 @@
## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have
## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
##
-##
+## Top-level HDF5-C++ Makefile(.in)
##
## This makefile mostly just reinvokes make in the various subdirectories
## but does so in the correct order. You can alternatively invoke make from
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in
index 9e05924..0846425 100644
--- a/c++/src/Makefile.in
+++ b/c++/src/Makefile.in
@@ -1,7 +1,4 @@
##
-## HDF5-C++ Library Makefile(.in)
-##
-##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
##
@@ -14,7 +11,7 @@
## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have
## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
##
-##
+## HDF5-C++ Library Makefile(.in)
##
top_srcdir=@top_srcdir@
top_builddir=../..
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index 61ab057..094849c 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -1,5 +1,3 @@
-## HDF5-C++ test/Makefile(.in)
-##
##
## Copyright by the Board of Trustees of the University of Illinois.
## All rights reserved.
@@ -13,7 +11,7 @@
## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have
## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.
##
-##
+## HDF5-C++ test/Makefile(.in)
##
top_srcdir=@top_srcdir@
top_builddir=../..