From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brent Cook Date: Tue, 27 Dec 2005 23:13:00 +0000 Subject: Makefile fix for udev-079 Message-Id: <200512271713.00477.busterbcook@yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org 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) $(QUIET) $(CC) -c $(CFLAGS) $< -o $@ # "Static Pattern Rule" to build all programs ------------------------------------------------------- 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