remove old workaround

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11875 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/register-rewrite
Neil Williams 21 years ago
parent 42373651f7
commit a4532ce0ca

@ -1,3 +1,8 @@
2005-11-07 Neil Williams <linux@codehelp.co.uk>
* Makefile.am : remove distcleancheck1.5-is-stupid
workaround.
2005-11-06 David Hampton <hampton@employees.org>
* src/import-export/hbci/gnc-plugin-hbci.c:

@ -132,14 +132,10 @@ doc:
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

Loading…
Cancel
Save