From owner-cvs-user Sat Apr 25 07:34:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28407 for cvs-user-outgoing; Sat, 25 Apr 1998 07:34:11 -0700 (PDT) (envelope-from owner-cvs-user) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28322; Sat, 25 Apr 1998 07:33:40 -0700 (PDT) (envelope-from andreas@FreeBSD.org) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA04565; Sat, 25 Apr 1998 07:32:24 -0700 (PDT) Date: Sat, 25 Apr 1998 07:32:24 -0700 (PDT) Message-Id: <199804251432.HAA04565@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1998/04/25 07:32:24 PDT Modified files: . Makefile Log: make includes has to execute "make beforeinstall" in src/lib/libcalendar as well, otherwise "make depend" during "make buildworld" fails in usr.bin/ncal Revision Changes Path 1.171 +2 -1 src/Makefile