summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2015-09-01 21:15:52 +0000
committerbfriesen <bfriesen>2015-09-01 21:15:52 +0000
commit4e57064a10cc143369963753fbe0fcd082f77cb7 (patch)
tree19bc51d33eaeec4830c5cb26a3d788b6142fcbb8
parentd5673ee0690b7036018ddcb22954dc618375b25e (diff)
downloadlibtiff-4e57064a10cc143369963753fbe0fcd082f77cb7.tar.gz
Missed BSD make patch due to wrong patch order.
-rw-r--r--Makefile.am4
-rw-r--r--Makefile.in4
2 files changed, 4 insertions, 4 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
diff --git a/Makefile.in b/Makefile.in
index b98c6669..9efcddaa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -962,8 +962,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
release:
(rm -f $(top_srcdir)/RELEASE-DATE && echo $(LIBTIFF_RELEASE_DATE) > $(top_srcdir)/RELEASE-DATE)