summaryrefslogtreecommitdiff
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
parenta9afad2a9fa858ba0d5be64e66d5db61491ece63 (diff)
downloadlibtiff-git-878815a1f017b094bc9e6aae853f33aaebdf2dfd.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)