From owner-cvs-games Tue May 13 00:23:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA06133 for cvs-games-outgoing; Tue, 13 May 1997 00:23:11 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca8-15.ix.netcom.com [207.93.141.143]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA06105; Tue, 13 May 1997 00:22:48 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.5/8.6.9) id AAA19515; Tue, 13 May 1997 00:20:54 -0700 (PDT) Date: Tue, 13 May 1997 00:20:54 -0700 (PDT) Message-Id: <199705130720.AAA19515@silvia.HIP.Berkeley.EDU> To: bde@zeta.org.au CC: cvs-all@FreeBSD.ORG, CVS-committers@FreeBSD.ORG, cvs-games@FreeBSD.ORG In-reply-to: <199705130621.QAA14766@godzilla.zeta.org.au> (message from Bruce Evans on Tue, 13 May 1997 16:21:59 +1000) Subject: Re: cvs commit: src/games/adventure Makefile From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Please improve low quality makefiles instead of adding more cruft to them. * Removing the explicit rule gives better results (the implicit null suffix * rule ".c" gets used). Well, if you say so. But note that I saw this before my commit: === revision 1.2 date: 1996/12/13 14:19:00; author: bde; state: Exp; lines: +1 -1 Made `setup' depend on libraries. === I assume I can delete this change too? :) Satoshi