Received: by mail.netbsd.org (Postfix, from userid 0) id 8695F63B103; Sun, 31 Oct 2010 13:54:33 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6495763B101 for ; Sun, 31 Oct 2010 13:54:32 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 42B9A175DD; Sun, 31 Oct 2010 13:54:32 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 31 Oct 2010 13:54:32 +0000 From: "Havard Eidnes" Subject: CVS commit: src/tests/dev/audio To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20101031135432.42B9A175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Havard Eidnes" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: he Date: Sun Oct 31 13:54:32 UTC 2010 Modified Files: src/tests/dev/audio: Makefile Log Message: There's apparently a circular dependency between -lrump and -lrumpuser. This poses problems when linking statically, as for sun2. Add -lrump also after -lrumpuser, so that this links statically as well. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/dev/audio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.