From 0c0f4b89b8e3f7ae1148871a29708f161ff5fde5 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 31 Oct 2001 04:24:16 +0000 Subject: Missing semicolons between commands in automake example. --- Packages.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Packages.txt') diff --git a/Packages.txt b/Packages.txt index add3f9ca480..8eefcaca78a 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.207 2001/10/30 17:09:43 drochner Exp $ +# $NetBSD: Packages.txt,v 1.208 2001/10/31 04:24:16 jlam Exp $ ########################################################################### ========================== @@ -1064,10 +1064,10 @@ and for packages that need automake: pre-configure: cd ${WRKSRC}; \ - ${LOCALBASE}/bin/aclocal \ - ${LOCALBASE}/bin/autoheader \ - ${LOCALBASE}/bin/automake -a --foreign -i \ - ${LOCALBASE}/bin/autoconf \ + ${LOCALBASE}/bin/aclocal; \ + ${LOCALBASE}/bin/autoheader; \ + ${LOCALBASE}/bin/automake -a --foreign -i; \ + ${LOCALBASE}/bin/autoconf There are times when the configure process makes additional changes to the generated files, which then causes the build process to try to re-execute -- cgit v1.2.3