From: Adam Dickmeiss Date: Sun, 17 Jun 2007 07:52:20 +0000 (+0000) Subject: Avoid non-zero exit in make dist of Debian part X-Git-Tag: PAZPAR2.1.0.0~39 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=13959d16cf3df39c8e7ecbe5fc77314432957177 Avoid non-zero exit in make dist of Debian part --- diff --git a/Makefile.am b/Makefile.am index 49f7ec1..db2b5f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2007-06-17 07:47:57 adam Exp $ +# $Id: Makefile.am,v 1.10 2007-06-17 07:52:20 adam Exp $ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 @@ -16,7 +16,7 @@ dist-hook: mkdir $(distdir)/debian for f in $(srcdir)/debian/*; do \ test -f $$f && cp $$f $(distdir)/debian; \ - done + done; exit 0 cvs2cl: cvs2cl