diff options
-rw-r--r-- | c++/examples/Makefile.am | 6 | ||||
-rw-r--r-- | 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. |