From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Thu, 29 Dec 2005 03:40:43 +0000 Subject: Re: Makefile fix for udev-079 Message-Id: <20051229034043.GA23953@vrfy.org> List-Id: References: <200512271713.00477.busterbcook@yahoo.com> In-Reply-To: <200512271713.00477.busterbcook@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Tue, Dec 27, 2005 at 05:13:00PM -0600, Brent Cook wrote: > The Makefile for udev appears to have a missing dependency that breaks '-j2' > builds. The following patch corrects the problem: > > --- udev-079/Makefile 2005-12-22 17:51:30.000000000 -0600 > +++ udev-079.new/Makefile 2005-12-27 17:06:31.000000000 -0600 > @@ -211,7 +211,7 @@ > .SUFFIXES: > > # build the objects > -%.o: %.c $(GEN_HEADERS) > +%.o: %.c $(HOST_PROGS) $(GEN_HEADERS) Applied. Thanks, Kay ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel