#! /bin/sh /usr/share/dpatch/dpatch-run ## DP: Running 'make distclean' errounously removes a directory which is ## DP: required for the build process of Bcp project. @DPATCH@ diff -urNad coinor-coinall-1.0.0~/Bcp/Makefile.am coinor-coinall-1.0.0/Bcp/Makefile.am --- coinor-coinall-1.0.0~/Bcp/Makefile.am 2007-02-02 08:48:04.000000000 -0700 +++ coinor-coinall-1.0.0/Bcp/Makefile.am 2008-02-23 12:50:33.000000000 -0700 @@ -86,7 +86,6 @@ for t in $(TESTS); do \ (if test -r test/$$t/Makefile; then cd test/$$t; $(MAKE) distclean; fi); \ done - rm -rf examples .PHONY: test unitTest diff -urNad coinor-coinall-1.0.0~/Bcp/Makefile.in coinor-coinall-1.0.0/Bcp/Makefile.in --- coinor-coinall-1.0.0~/Bcp/Makefile.in 2007-12-08 11:22:25.000000000 -0700 +++ coinor-coinall-1.0.0/Bcp/Makefile.in 2008-02-23 12:50:33.000000000 -0700 @@ -843,7 +843,6 @@ for t in $(TESTS); do \ (if test -r test/$$t/Makefile; then cd test/$$t; $(MAKE) distclean; fi); \ done - rm -rf examples .PHONY: test unitTest