linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Makefile fix for udev-079
@ 2005-12-27 23:13 Brent Cook
  2005-12-29  3:40 ` Kay Sievers
  0 siblings, 1 reply; 2+ messages in thread
From: Brent Cook @ 2005-12-27 23:13 UTC (permalink / raw)
  To: linux-hotplug

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_id\x16865&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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-29  3:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-27 23:13 Makefile fix for udev-079 Brent Cook
2005-12-29  3:40 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).