From owner-cvs-gnu Thu Apr 10 09:04:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14705 for cvs-gnu-outgoing; Thu, 10 Apr 1997 09:04:52 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14698; Thu, 10 Apr 1997 09:04:50 -0700 (PDT) Date: Thu, 10 Apr 1997 09:04:50 -0700 (PDT) From: Bruce Evans Message-Id: <199704101604.JAA14698@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/lib Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/10 09:04:49 Modified: gnu/usr.bin/man/lib Makefile Log: Fixed bogus existence test related to searching for a nearby obj directory. config.h is always in the current (= object) directory, so don't search for it. config.h is not a source for the library, so don't put it in SRCS and don't make the library depend on it. Don't put unused flags in CFLAGS. Simplify using INTERNALLIB*. Revision Changes Path 1.8 +9 -18 src/gnu/usr.bin/man/lib/Makefile