summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-09-01 21:15:52 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-09-01 21:15:52 +0000
commit878815a1f017b094bc9e6aae853f33aaebdf2dfd (patch)
tree7b1cc43b181774c51bc60351df1218fbce1fb443 /Makefile.am
parenta9afad2a9fa858ba0d5be64e66d5db61491ece63 (diff)
downloadlibtiff-git-878815a1f017b094bc9e6aae853f33aaebdf2dfd.tar.gz
Missed BSD make patch due to wrong patch order.
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