From 9d452584c69713124501d9b5ebd5af3d42932ec7 Mon Sep 17 00:00:00 2001 From: James Laird Date: Thu, 1 Sep 2005 11:39:37 -0500 Subject: [svn-r11331] Purpose: Bug fix Description: Replaced 8 spaces with tabs in c++/examples/Makefile.am. Platforms tested: mir, sleipnir --- c++/examples/Makefile.am | 6 +++--- c++/examples/Makefile.in | 6 +++--- 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. -- cgit v0.12