summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b10f4900..c5fc74f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,8 +58,8 @@ distcheck-hook:
&& ctest -V \
&& $(MAKE) DESTDIR=../../_inst/cmake install ; \
fi
- $(RM) -r $(distdir)/_build/cmake
- $(RM) -r $(distdir)/_inst/cmake
+ rm -rf $(distdir)/_build/cmake
+ rm -rf $(distdir)/_inst/cmake
SUBDIRS = port libtiff tools build contrib test man html