Date: Thu, 5 Sep 1996 14:22:55 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libss Makefile Message-ID: <199609052122.OAA19656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609052122.OAA19656>