chiark / gitweb /
[PATCH] depend on all .h files
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Wed, 31 Dec 2003 06:25:12 +0000 (22:25 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:12 +0000 (21:13 -0700)
Let the build depend on all header files.

Makefile

index 06c564ec57ee13ec46c4c387627ab051a5deb71b..9d0ece9c3f02e91c4011a6b99f7bb5170ade1458 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -214,7 +214,7 @@ udev.conf:
 
 $(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)