From owner-cvs-lib Thu Sep 5 14:23:08 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA19729 for cvs-lib-outgoing; Thu, 5 Sep 1996 14:23:08 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA19656; Thu, 5 Sep 1996 14:22:55 -0700 (PDT) Date: Thu, 5 Sep 1996 14:22:55 -0700 (PDT) From: Bruce Evans Message-Id: <199609052122.OAA19656@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libss Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/05 14:22:53 Modified: lib/libss Makefile Log: Use a more robust check for ss_err.h existing. This header isn't built early enough to always be installed by the `includes' target in /usr/src/Makefile. This is supposed to be handled by not installing it if it doesn't exist. However, a stale, uninstallable copy sometimes exists in the source directory, and the existence test sometimes found the wrong copy. Revision Changes Path 1.15 +2 -2 src/lib/libss/Makefile