Missed BSD make patch due to wrong patch order.

This commit is contained in:
Bob Friesenhahn 2015-09-01 21:15:52 +00:00
parent a9afad2a9f
commit 878815a1f0
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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)