From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Tue, 30 Dec 2003 04:16:09 +0000 Subject: [udev] depend on all .h files MIME-Version: 1 Content-Type: multipart/mixed; boundary="AhhlLboLdkugWU4S" Message-Id: List-Id: To: linux-hotplug@vger.kernel.org --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Let the build depend on all header files. thanks, Kay --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="01-depend-on-all-headers.diff" diff -Nru a/Makefile b/Makefile --- a/Makefile Tue Dec 30 05:02:58 2003 +++ b/Makefile Tue Dec 30 05:02:58 2003 @@ -214,7 +214,7 @@ $(OBJS): $(GEN_HEADERS) -$(ROOT): $(OBJS) udev.h namedev.h +$(ROOT): $(OBJS) udev.h namedev.h udev_version.h udev_dbus.h udevdb.h klibc_fixups.h list.h $(LD) $(LDFLAGS) -o $(ROOT) $(CRT0) $(OBJS) $(LIB_OBJS) $(ARCH_LIB_OBJS) $(STRIPCMD) $(ROOT) --AhhlLboLdkugWU4S-- ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&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