From owner-cvs-src@FreeBSD.ORG Tue May 31 20:39:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5998F16A41C; Tue, 31 May 2005 20:39:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 239C243D4C; Tue, 31 May 2005 20:39:54 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4VKdsmG064064; Tue, 31 May 2005 20:39:54 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4VKdsAx064063; Tue, 31 May 2005 20:39:54 GMT (envelope-from obrien) Message-Id: <200505312039.j4VKdsAx064063@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 31 May 2005 20:39:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libstand Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 31 May 2005 20:39:54 -0000 obrien 2005-05-31 20:39:54 UTC FreeBSD src repository Modified files: lib/libstand Makefile Log: Back out revision 1.51, it is wrong. We don't litter -I's within lib Makefiles to get headers from /usr/src vs. the standard include paths. Revision Changes Path 1.53 +1 -1 src/lib/libstand/Makefile