From owner-cvs-all Fri Mar 6 05:14:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16269 for cvs-all-outgoing; Fri, 6 Mar 1998 05:14:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 FAA16250; Fri, 6 Mar 1998 05:14:51 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10827; Fri, 6 Mar 1998 05:13:16 -0800 (PST) Date: Fri, 6 Mar 1998 05:13:16 -0800 (PST) Message-Id: <199803061313.FAA10827@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/as Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/03/06 05:13:15 PST Modified files: gnu/usr.bin/as Makefile Log: Fixed `make -jN' for large N. Just put the generated headers in ${SRCS} instead of giving inadequate explicit dependencies. There is still a problem after `make depend; make clean'. Then `make' barely works, and `make -jN' is confused by absolute paths in .depend. Revision Changes Path 1.13 +2 -4 src/gnu/usr.bin/as/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message