From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q4upA-0007Jw-MT for garchives@archives.gentoo.org; Wed, 30 Mar 2011 12:48:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63DAB1C0C8; Wed, 30 Mar 2011 12:48:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 337CE1C0C5 for ; Wed, 30 Mar 2011 12:48:08 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ED1551B41EA for ; Wed, 30 Mar 2011 12:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5AF068006A for ; Wed, 30 Mar 2011 12:48:07 +0000 (UTC) From: "Petteri Räty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" Message-ID: <6fc0febdea520ec8ffb8b6ba4a19868805059795.betelgeuse@gentoo> Subject: [gentoo-commits] proj/libbash:master commit in: / X-VCS-Repository: proj/libbash X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Räty X-VCS-Revision: 6fc0febdea520ec8ffb8b6ba4a19868805059795 Date: Wed, 30 Mar 2011 12:48:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 46bc179d49b6a8a5b339572ae27c5562 commit: 6fc0febdea520ec8ffb8b6ba4a19868805059795 Author: Petteri R=C3=A4ty petteriraty eu> AuthorDate: Wed Mar 30 12:39:15 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Wed Mar 30 12:39:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3D6fc0febd Fix make distcheck make distcheck was broken for handling javagrammar.run. --- Makefile.am | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 9207722..e8bbdb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,7 +101,7 @@ CLEANFILES =3D $(GENERATED_PARSER_C) \ libbash.tokens \ bashast/bashast.tokens \ libbashWalker.tokens \ - bashast/javagrammar.run \ + javagrammar.run \ cgrammar.run \ walker.run =20 @@ -158,9 +158,9 @@ $(GENERATED_PARSER_H): cgrammar.run $(GENERATED_WALKER_C): walker.run $(GENERATED_WALKER_H): walker.run =20 -bashast/javagrammar.run: bashast/bashast.g +javagrammar.run: bashast/bashast.g $(AM_V_at)touch $@.tmp $(AM_V_GEN)$(ANTLR) -fo bashast $< $(AM_V_at)mv $@.tmp $@ =20 -$(check_JAVA): bashast/javagrammar.run +$(check_JAVA): javagrammar.run