[Gnucash-changes] r11875 - gnucash/trunk - remove old workaround

Neil Williams codehelp at cvs.gnucash.org
Mon Nov 7 07:09:31 EST 2005


Author: codehelp
Date: 2005-11-07 07:09:29 -0500 (Mon, 07 Nov 2005)
New Revision: 11875

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/Makefile.am
Log:
remove old workaround

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2005-11-06 23:44:31 UTC (rev 11874)
+++ gnucash/trunk/ChangeLog	2005-11-07 12:09:29 UTC (rev 11875)
@@ -1,3 +1,8 @@
+2005-11-07  Neil Williams <linux at codehelp.co.uk>
+
+	* Makefile.am : remove distcleancheck1.5-is-stupid
+	workaround.
+
 2005-11-06  David Hampton  <hampton at employees.org>
 
 	* src/import-export/hbci/gnc-plugin-hbci.c:

Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2005-11-06 23:44:31 UTC (rev 11874)
+++ gnucash/trunk/Makefile.am	2005-11-07 12:09:29 UTC (rev 11875)
@@ -132,14 +132,10 @@
 distcleancheck_listfiles = \
   find -type f -exec sh -c 'test -f ${srcdir}/{} || echo {}' ';'
 
-# ack this is stupid
 distcheck-hook:
-	: > "$(distdir)/=build/distcleancheck1.5-is-stupid"
 
 distclean-local:
-	-test -f distcleancheck1.5-is-stupid \
-	&& rm -f distcleancheck1.5-is-stupid \
-	&& find . -type f -exec sh -c 'test -f ${srcdir}/{} && rm -f {}' ';'
+	find . -type f -exec sh -c 'test -f ${srcdir}/{} && rm -f {}' ';'
 
 libtool: $(LIBTOOL_DEPS)
 	$(SHELL) ./config.status --recheck



More information about the gnucash-changes mailing list