From owner-cvs-usrbin Sun Oct 6 05:43:27 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14576 for cvs-usrbin-outgoing; Sun, 6 Oct 1996 05:43:27 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14550; Sun, 6 Oct 1996 05:43:17 -0700 (PDT) Date: Sun, 6 Oct 1996 05:43:17 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199610061243.FAA14550@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/10/06 05:43:16 Modified: usr.bin/make Makefile Log: Correct merge bogon: You want to descend into PSD.doc for both `all' and `install' cases or there's never anything made to install, and you blow up in the install. :-) Revision Changes Path 1.7 +2 -2 src/usr.bin/make/Makefile