summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-09-01 16:39:37 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-09-01 16:39:37 (GMT)
commit9d452584c69713124501d9b5ebd5af3d42932ec7 (patch)
tree19ea984b3a795cf21b3e46afb17b191d1f933007 /c++
parent2733f697b65bb475cede997cdc4d288118e5c828 (diff)
downloadhdf5-9d452584c69713124501d9b5ebd5af3d42932ec7.zip
hdf5-9d452584c69713124501d9b5ebd5af3d42932ec7.tar.gz
hdf5-9d452584c69713124501d9b5ebd5af3d42932ec7.tar.bz2
[svn-r11331] Purpose:
Bug fix Description: Replaced 8 spaces with tabs in c++/examples/Makefile.am. Platforms tested: mir, sleipnir
Diffstat (limited to 'c++')
-rw-r--r--c++/examples/Makefile.am6
-rw-r--r--c++/examples/Makefile.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/c++/examples/Makefile.am b/c++/examples/Makefile.am
index d729521..d79faea 100644
--- a/c++/examples/Makefile.am
+++ b/c++/examples/Makefile.am
@@ -64,9 +64,9 @@ uninstall-local:
# Some C++ compilers/linkers will create a directory named ii_files,
# which should be cleaned.
mostlyclean-local:
- if test -d ii_files; then \
- $(RM) -rf ii_files; \
- fi
+ if test -d ii_files; then \
+ $(RM) -rf ii_files; \
+ fi
# Install source files, which are the examples with .cpp suffixes. Do the same
# for uninstall.
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index f146c56..b26b37d 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -510,9 +510,9 @@ uninstall-local:
# Some C++ compilers/linkers will create a directory named ii_files,
# which should be cleaned.
mostlyclean-local:
- if test -d ii_files; then \
- $(RM) -rf ii_files; \
- fi
+ if test -d ii_files; then \
+ $(RM) -rf ii_files; \
+ fi
# Install source files, which are the examples with .cpp suffixes. Do the same
# for uninstall.