From owner-cvs-all Wed Apr 10 11: 0:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1687137B417; Wed, 10 Apr 2002 11:00:33 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3AI0XS44441; Wed, 10 Apr 2002 11:00:33 -0700 (PDT) (envelope-from ru) Message-Id: <200204101800.g3AI0XS44441@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 10 Apr 2002 11:00:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_unix Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/04/10 11:00:32 PDT Modified files: lib/libpam/modules/pam_unix Makefile Log: Fixed broken "make depend; make clean; make all" sequence. I've looked for this example for a long time, to demonstrate some people why it's a really BAD idea to use ${.OBJDIR} instead of ".". I hope these people are reading this. :-) Approved by: des Revision Changes Path 1.14 +1 -1 src/lib/libpam/modules/pam_unix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message