Please find attached a small patch that fixes an inconsistency in clean
rules. It applies to the current development branch.

Cheers,

-- 
 .''`.    Sébastien Villemot
: :' :    Debian Developer
`. `'     http://www.dynare.org/sebastien
  `-      GPG Key: 4096R/381A7594

Description: Do not remove gnucash_core.c in clean rule
 That file is a built source. It is already removed by the maintainer-clean
 rule.
Author: Sébastien Villemot <sebast...@debian.org>
Last-Update: 2013-10-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/optional/python-bindings/Makefile.am
+++ b/src/optional/python-bindings/Makefile.am
@@ -129,7 +129,7 @@
 
 noinst_DATA = .py-links
 
-CLEANFILES = $(BUILT_SOURCES) .py-links gnucash_core.c gnucash_core.c.py
+CLEANFILES = $(BUILT_SOURCES) .py-links gnucash_core.c.py
 
 clean-local:
 	rm -rf gnucash
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to