tags 793050 + patch thanks Here is a fix for the build error when attempting to repeat a dpkg-buildpackage 793050 multimon
The attached patch, adding the removal of mkcostab, gen and multimon under $(BINDIR) to clean target in Makefile to completely clean the results of a previous build, enables a repeat dpkg-buildpackage. Thanks, Mak.
--- Makefile.orig 2015-07-20 22:06:01.872428028 +0000 +++ Makefile 2015-07-20 21:27:01.000000000 +0000 @@ -85,6 +85,7 @@ $(RM) -f core `find . -name '*.[oas]' -print` $(RM) -f core `find . -name 'core' -print` $(RM) -f core costabi.c costabf.c *~ + $(RM) -f $(BINDIR)/mkcostab $(BINDIR)/gen $(BINDIR)/multimon depend dep: