* [udev] depend on all .h files
@ 2003-12-30 4:16 Kay Sievers
2003-12-30 22:32 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2003-12-30 4:16 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 55 bytes --]
Let the build depend on all header files.
thanks,
Kay
[-- Attachment #2: 01-depend-on-all-headers.diff --]
[-- Type: text/plain, Size: 388 bytes --]
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-30 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-30 4:16 [udev] depend on all .h files Kay Sievers
2003-12-30 22:32 ` Greg KH
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).