From owner-cvs-src@FreeBSD.ORG Sun Oct 24 07:54:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDA5C16A4D2; Sun, 24 Oct 2004 07:54:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DFC43D5C; Sun, 24 Oct 2004 07:54:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9O7sjDA072409; Sun, 24 Oct 2004 07:54:45 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9O7sjqJ072408; Sun, 24 Oct 2004 07:54:45 GMT (envelope-from ru) Message-Id: <200410240754.i9O7sjqJ072408@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 24 Oct 2004 07:54:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/aic7xxx/ahc Makefile src/sys/modules/aic7xxx/ahd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Oct 2004 07:54:46 -0000 ru 2004-10-24 07:54:45 UTC FreeBSD src repository Modified files: sys/modules/aic7xxx/ahc Makefile sys/modules/aic7xxx/ahd Makefile Log: Curlies only work in target and sources specifications, but not when passed to Bourne shell. This unbreaks "make clean". Revision Changes Path 1.6 +1 -1 src/sys/modules/aic7xxx/ahc/Makefile 1.5 +1 -1 src/sys/modules/aic7xxx/ahd/Makefile