summaryrefslogtreecommitdiffstats
path: root/c++/examples/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c++/examples/Makefile.in')
-rw-r--r--c++/examples/Makefile.in6
1 files changed, 3 insertions, 3 deletions
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.